LINUXÏÂI2C×ÜÏßÊÊÅäÆ÷³õʼ»¯µ÷ÓÃÁ´
ÒÔ i2c-mpc.c Çý¶¯Ä£¿éΪÀý
fsl_i2c_init -> of_register_platform_driver -> of_register_driver -> driver_register -> bus_add_driver -> driver_attach
-> bus_for_each_dev -> __driver_attach -> driver_probe_device -> really_probe -> drv->probe(dev);
Ïà¹ØÎĵµ£º
×ÜÀÀ
ÓÃiptables -ADC À´Ö¸¶¨Á´µÄ¹æ
Ôò
£¬-AÌí¼Ó -Dɾ³ý -C ÐÞ¸Ä
iptables - [RI] chain rule num rule-specification[option]
ÓÃiptables - RI ͨ¹ý¹æÔòµÄ˳ÐòÖ¸¶¨
iptables -D chain rule num[option]
ɾ³ýÖ¸¶¨¹æÔò
iptables -[LFZ] [chain][option]
ÓÃiptables -LFZ Á´Ãû [Ñ¡Ïî]
iptables -[NX] chain
ÓÃ -NX ......
<!--
@page { margin: 2cm }
P { margin-bottom: 0.21cm }
-->
µ±½ñ£¬²»ÉÙ
Linux
Óû§Ò²Ê¹ÓÃÆäËû²Ù×÷ϵͳ£¬ÓÐʱÕâÑù£¬ÓÐʱÄÇÑù£¬ÄÑÓÚ¾«È·Í³¼Æ¡£Ö¤¾ÝºÎÔÚ£¿
5
ÔÂ
7
ÈÕ£¬
www.w3couter.com
ÍøÕ¾·¢²¼Ã¿ÔÂͳ¼ÆÊý ......
¸Õ¸Õ´ÓÒ»¼ÒÖªÃûµÄɱ¶¾Èí¼þ¹«Ë¾´ÇÖ°¡£ÔÚÕâ¼Ò¹«Ë¾¸ÉÁËÒ»Äê°ë£¬ÍêÈ«ÊÇWINDOWSƽ̨µÄÓ¦Óÿª·¢£¬×ö²»ÍêµÄ½çÃæ¡¢ÅäÖá¢ÈÕÖ¾£¬¶¥¶àÔÙÀ´Ð©Êý¾Ý¿â½Ó¿Ú¿ª·¢¡£·¦Î¶¡£¡£ÎÞÁÄ¡£¡£²»¸ÉÁË£¡
ÆäʵÎÒ±¾À´¾Í²»¸ÃÀ´Õâ¼Ò¹«Ë¾¡£Ö®Ç°ÔÚÖØÇì×ö¹ýÁ½ÄêµÄÍøÂçÓÎÏ·¿ª·¢£¬À´±±¾©µ½Ê±ºò±¾Ïë¼ÌÐøÕâ·½Ãæ¡£Ö»ÊÇÔÚÕâ¼ÒÖªÃû¹«Ë¾ÓиöÊìÈ˰ѼòÀú¸øµÝ¹ýÈ¥ÁË£¬µ±Ê ......
#!/bin/bash
#Key Words:linux0.11 bochs harddisk bash
#mount hdimg name:hdimage-devel
#mount point:/mnt/initrd
hdimg=hdimage-devel
mpoint=/mnt/initrd
if [ "$1" == "mount" ]
then
#mount hdimg
echo "$1 START"
&n ......
In my embedded platform, I want to use tftp command,
run tftp, it will output:
Usage: tftp [OPTION]... HOST [PORT]
Transfer a file from/to tftp server
Options:
-l FILE Local FILE
-r FILE Remote FILE
&n ......