summaryrefslogtreecommitdiffstats
path: root/sys/dev/utopia
Commit message (Expand)AuthorAgeFilesLines
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Fix a use-after-free.philip2007-12-051-2/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Struct ifatm isn't at the beginning of the softc anymore. Use theharti2005-06-221-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-3/+3
* Split the chip-specific code from the generic Utopia code. This simplifiesharti2005-02-245-923/+1120
* 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
* 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
* Generate events when the carrier goes up or down.harti2003-07-301-0/+10
* Implement statistics for the PHY chips. Statistics are hold inharti2003-07-142-4/+280
* 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
OpenPOWER on IntegriCloud