摘要:
转载:http://blog.chinaunix.net/uid-24148050-id-132863.html 1. 简介 The MDIO interface is a simple, two-wire, serial interface to connect a management entity and a managed PHY for the purposes of controlling the PHY and gathering status from the PHY. The two lines include the MDC line [Management Data Cl 阅读全文
posted @ 2014-02-26 18:44
dolinux
阅读(1956)
评论(0)
推荐(0)
摘要:
转载:http://blog.chinaunix.net/uid-24148050-id-137067.htmlMDI/MDIX is a type of Ethernet port connection using twisted pair cabling. The MDI (for medium dependent interface) is the component of the media attachment unit (MAU) that provides the physical and electrical connection to the cabling medium. 阅读全文
posted @ 2014-02-26 18:41
dolinux
阅读(1281)
评论(0)
推荐(0)
摘要:
转载:http://blog.chinaunix.net/uid-24148050-id-131084.html简介: MII是英文Medium Independent Interface的缩写,翻译成中文是“介质独立接口”,该接口一般应用于MAC层和PHY层之间的以太网数据传输,也可叫数据接口。(MAC与PHY间的管理接口一般是MDIO) MII接口的类型有很多,常用的有MII、RMII、SMII、SSMII、SSSMII、GMII、RGMII、SGMII、TBI、RTBI、XGMII、XAUI、XLAUI等。下面对它们进行一一介绍。MII接口简介: MII是英文Medium Indepen 阅读全文
posted @ 2014-02-26 18:38
dolinux
阅读(607)
评论(0)
推荐(0)
摘要:
转载:http://blog.csdn.net/zyboy2000/article/details/7442464SMI全称是串行管理接口(Serial Management Interface)。是MII接口中的管理接口。SMI 接口包括两根信号线:MDC和MDIO,通过它,MAC层芯片(或其它控制芯片)可以访问物理层芯片的寄存器(前面100M物理层芯片中介绍的寄存器组, 但不仅限于100M物理层芯片,10M物理层芯片也可以拥有这些寄存器),并通过这些寄存器来对物理层芯片进行控制和管理。SMI管理接口如下:MDC:管理接口的时钟,它是一个非周期信号,信号的最小周期(实际是正电平时间和负电平时 阅读全文
posted @ 2014-02-26 18:21
dolinux
阅读(1805)
评论(0)
推荐(0)
摘要:
转载:http://blog.csdn.net/reille/article/details/6312156概述: MII (Media Independent Interface(介质无关接口)或称为媒体独立接口,它是IEEE-802.3定义的以太网行业标准。它包括一个数据接口和一个MAC和PHY之间的管理接口。 数据接口包括分别用于发送器和接收器的两条独立信道,每条信道都有自己的数据、时钟和控制信号。MII数据接口总共需要16个信号。 管理接口是个双信号接口:一个是时钟信号,另一个是数据信号。通过管理接口,上层能监视和控制PHY。MII (Management interface)只有.. 阅读全文
posted @ 2014-02-26 18:09
dolinux
阅读(1392)
评论(0)
推荐(0)
摘要:
参考:http://winterth.duapp.com/notes/ar03s04.htmlhttp://blog.sina.com.cn/s/blog_7169c8ce0100qkyf.html--exclude=FILE_PATTERN skip files and directories matching FILE_PATTERN--exclude-from=FILE skip files matching any file pattern from FILE--exclude-dir=PATTERN directories that match PATTERN will be... 阅读全文
posted @ 2014-02-26 14:21
dolinux
阅读(71125)
评论(0)
推荐(4)
摘要:
转载:http://www.linuxeden.com/html/news/20140222/148676.html又到了以轻松的心情来读些严肃内容的时刻了,哈!这是另一篇关于面试问题的文章,我们将展示10个Linux核心问题,毫无疑问将使你更近一层楼。1.你需要定义一个宏,绑定一个存在的命令。你将怎么做?答:在bash里有一个叫做bind的命令可以用来定义宏,或绑定一个键。为了绑定一个已经存在的命令,我们需要生成那个键对应的字符序列。点击Ctrl+v,然后点击F12,我得到^[[24~注意:不同的终端或终端模拟器可能对相同的键有不同的码。2. 一个Linux新手想要知道完整可用命令列表,你有 阅读全文
posted @ 2014-02-26 13:15
dolinux
阅读(442)
评论(0)
推荐(0)

浙公网安备 33010602011771号