summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* On second though, print the OUI, model and revision. This is the sameimp2005-02-161-1/+3
* Add location and PNP info to the mii busimp2005-02-161-0/+24
* Use ANSI function definitions, in preference to the K&R definitions.imp2005-02-152-34/+15
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0631-32/+31
* Cleanup link state change notification:sam2004-12-081-28/+11
* With mii.h rev 1.4 changes to BMSR_MEDIAMASK merged in frombz2004-11-261-2/+2
* Add support for the BCM5750/5751. Unfortunately the documentationps2004-09-242-0/+34
* Add device driver support for the VIA Networking Technologieswpaul2004-09-103-0/+790
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-1/+1
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-3010-0/+10
* DP83840A on hme(4) don't advertise their media capabilities themselvesmarius2004-05-291-4/+11
* Spelling fix in a comment.marius2004-05-291-1/+1
* Remove double __FBSDID and move the remaining one into a common place aftermarius2004-05-2921-84/+27
* Move __FBSDID out from under a comment.marius2004-05-291-3/+3
* Spelling fix in a comment.marius2004-05-291-1/+1
* Link state change notification of ethernet media to the routing socket.andre2004-05-031-4/+18
* Correct the phy_service() routine case MII_TICK to correctly trackandre2004-05-039-19/+21
* Make sure set the media type in the phy, we cannot trust it to have chosenphk2004-01-171-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+2
* Typo when setting wirespeed. || != |ps2003-09-281-1/+1
* Add support for SK-9521 V2.0 and 3COM 3C940.wilko2003-09-203-50/+114
* Clean up dead code.wpaul2003-09-111-15/+8
* Add a PHY driver to support the built-in gigE PHY in the 8169S/8110Swpaul2003-09-113-0/+628
* Add a device driver for the Broadcom BCM4401 ethernet controller,wpaul2003-09-092-0/+4
* Take the support for the 8139C+/8169/8169S/8110S chips out of thewpaul2003-09-081-2/+3
* Use __FBSDID().obrien2003-08-2424-5/+72
* Prefer new location of pci include files (which have only been in theimp2003-08-222-3/+3
* On Dell boxes such as the PE2650 we need to disable 3 led mode for theambrisko2003-08-201-0/+7
* Add support for the Broadcom BCM5901 and BCM5901 rev A2 chips.wpaul2003-08-121-5/+25
* Add support for the BCM5705 and its ilk. Changes:wpaul2003-07-162-0/+27
* Fix bge at 10Mbit. The defines for 10-Half and 10-Full were swapped.ps2003-06-171-2/+2
* Remove unnecessary breaks.phk2003-05-317-14/+1
* Something I missed in my tree.ps2003-05-041-2/+18
* - Move bge_phy_hack into the phy code and implement the various DSPps2003-05-031-20/+161
* Add RealTek RTL8150 USB to fast Ethernet controller driver.akiyama2003-05-032-0/+335
* Add untested support for the Broadcom 5704.ps2003-05-022-0/+7
* Use __FBSDID rather than rcsid[].obrien2003-04-0319-110/+59
* Remove unused variable and code.peter2003-02-191-2/+0
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-1921-388/+18
* Regenerateobrien2003-01-131-1/+3
* Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHYobrien2003-01-122-0/+4
* Remove unnecessary <sys/malloc.h> include.semenu2002-10-298-8/+0
* Put function return types on a line by themselves.alfred2002-10-1418-75/+111
* Be consistent about "static" functions: if the function is markedphk2002-09-282-2/+2
* Add support for the BCM5703x chips. I do not have one of thesejdp2002-09-083-0/+9
* Revert change to detect multiply PHYs in mii code. There might be casesambrisko2002-08-161-5/+2
* Only attach one PHY device to a controller. NetBSD has similar code.ambrisko2002-08-071-2/+5
* regeneratebenno2002-07-051-3/+9
* Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes thebenno2002-07-053-0/+483
* Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY usedbenno2002-07-052-3/+3
OpenPOWER on IntegriCloud