summaryrefslogtreecommitdiff
path: root/sys/dev/utopia
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-017-7/+7
* MFC r1.13:Philip Paeps2007-12-061-2/+1
* Struct ifatm isn't at the beginning of the softc anymore. Use theHartmut Brandt2005-06-221-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-3/+3
* Split the chip-specific code from the generic Utopia code. This simplifiesHartmut Brandt2005-02-245-923/+1120
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* kthread_exit() no longer requires Giant, so don't force callers to acquireJohn Baldwin2004-03-051-1/+0
* Generate events when the carrier goes up or down.Hartmut Brandt2003-07-301-0/+10
* Implement statistics for the PHY chips. Statistics are hold inHartmut Brandt2003-07-142-4/+280
* Add support for the IDT77155 Sonet/SDH PHY.Hartmut Brandt2003-07-143-1/+865
* This is a driver for the physical layer chips used in ATM interfaces.Hartmut Brandt2003-06-124-0/+2891