Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement statistics for the PHY chips. Statistics are hold in | harti | 2003-07-14 | 1 | -0/+25 |
| | | | | | | | 64-bit counters that wrap on overflow. They are collecte once per second from the chips. Currently they can be retrieved via a sysctl phy_stats. A write of an arbitrary value to the sysctl atomically retrieves the statistics and clears them. | ||||
* | Add support for the IDT77155 Sonet/SDH PHY. | harti | 2003-07-14 | 1 | -0/+1 |
| | |||||
* | This is a driver for the physical layer chips used in ATM interfaces. | harti | 2003-06-12 | 1 | -0/+175 |
It currently supports the PMC Sierra Lite, Ultra and 622 chips and the IDT 77105. The driver handles media options and state in a consistent manner for ATM drivers. The next commit to the midway driver will make it use utopia. |