aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Link state change notification of ethernet media to the routing socket.Andre Oppermann2004-05-031-4/+18
* Correct the phy_service() routine case MII_TICK to correctly trackAndre Oppermann2004-05-039-19/+21
* Make sure set the media type in the phy, we cannot trust it to have chosenPoul-Henning Kamp2004-01-171-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+2
* Typo when setting wirespeed. || != |Paul Saab2003-09-281-1/+1
* Add support for SK-9521 V2.0 and 3COM 3C940.Wilko Bulte2003-09-203-50/+114
* Clean up dead code.Bill Paul2003-09-111-15/+8
* Add a PHY driver to support the built-in gigE PHY in the 8169S/8110SBill Paul2003-09-113-0/+628
* Add a device driver for the Broadcom BCM4401 ethernet controller,Bill Paul2003-09-092-0/+4
* Take the support for the 8139C+/8169/8169S/8110S chips out of theBill Paul2003-09-081-2/+3
* Use __FBSDID().David E. O'Brien2003-08-2424-5/+72
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-222-3/+3
* On Dell boxes such as the PE2650 we need to disable 3 led mode for theDoug Ambrisko2003-08-201-0/+7
* Add support for the Broadcom BCM5901 and BCM5901 rev A2 chips.Bill Paul2003-08-121-5/+25
* Add support for the BCM5705 and its ilk. Changes:Bill Paul2003-07-162-0/+27
* Fix bge at 10Mbit. The defines for 10-Half and 10-Full were swapped.Paul Saab2003-06-171-2/+2
* Remove unnecessary breaks.Poul-Henning Kamp2003-05-317-14/+1
* Something I missed in my tree.Paul Saab2003-05-041-2/+18
* - Move bge_phy_hack into the phy code and implement the various DSPPaul Saab2003-05-031-20/+161
* Add RealTek RTL8150 USB to fast Ethernet controller driver.Shunsuke Akiyama2003-05-032-0/+335
* Add untested support for the Broadcom 5704.Paul Saab2003-05-022-0/+7
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-0319-110/+59
* Remove unused variable and code.Peter Wemm2003-02-191-2/+0
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-1921-388/+18
* RegenerateDavid E. O'Brien2003-01-131-1/+3
* Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHYDavid E. O'Brien2003-01-122-0/+4
* Remove unnecessary <sys/malloc.h> include.Semen Ustimenko2002-10-298-8/+0
* Put function return types on a line by themselves.Alfred Perlstein2002-10-1418-75/+111
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-282-2/+2
* Add support for the BCM5703x chips. I do not have one of theseJohn Polstra2002-09-083-0/+9
* Revert change to detect multiply PHYs in mii code. There might be casesDoug Ambrisko2002-08-161-5/+2
* Only attach one PHY device to a controller. NetBSD has similar code.Doug Ambrisko2002-08-071-2/+5
* regenerateBenno Rice2002-07-051-3/+9
* Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes theBenno Rice2002-07-053-0/+483
* Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY usedBenno Rice2002-07-052-3/+3
* Increase gigE negotiation timeout to 17 seconds.Poul-Henning Kamp2002-05-041-5/+5
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp2002-05-0416-331/+115
* MII_TICK handlers need not restart aneg on these PHYs, they behave prettySemen Ustimenko2002-05-012-109/+55
* Introduce NetBSD's mii_phy_match() API and use it in the nsgphy toPoul-Henning Kamp2002-04-293-10/+45
* Convert exphy and ukphy over to the new code.Poul-Henning Kamp2002-04-293-61/+10
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-2922-339/+61
* Move a lot closer to NetBSDs MII support for GigE.Poul-Henning Kamp2002-04-296-289/+244
* Moving closer to being able to use NetBSD's generic mii_set_media()Poul-Henning Kamp2002-04-293-20/+141
* Edging ever closer to NetBSD...Poul-Henning Kamp2002-04-293-12/+11
* Move us yet closer to IFM_* definitions in NetBSD.Poul-Henning Kamp2002-04-291-2/+2
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-283-16/+16
* Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp2002-04-2817-22/+27
* Improve an API by about 4 lines per driver.Poul-Henning Kamp2002-04-2815-59/+19
* Use generic MII #defines instead of private ones when the registersPoul-Henning Kamp2002-04-282-169/+67
* Merge in rev 1.9 from NetBSD.Poul-Henning Kamp2002-04-281-3/+81