summaryrefslogtreecommitdiffstats
path: root/sys/dev/utopia
Commit message (Collapse)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-4/+4
|
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
| | | | | | | | for unknown events. A number of modules return EINVAL in this instance, and I have left those alone for now and instead taught MOD_QUIESCE to accept this as "didn't do anything".
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
|
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-051-1/+0
| | | | | | Giant just to call kthread_exit(). Requested by: many
* Generate events when the carrier goes up or down.harti2003-07-301-0/+10
| | | | | Add two sysctl's that allow read-only access to the current state of the utopia interface and to the carrier state.
* Implement statistics for the PHY chips. Statistics are hold inharti2003-07-142-4/+280
| | | | | | | 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.harti2003-07-143-1/+865
|
* This is a driver for the physical layer chips used in ATM interfaces.harti2003-06-124-0/+2891
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.
OpenPOWER on IntegriCloud