summaryrefslogtreecommitdiff
path: root/sys/dev/mii/brgphy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* 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-161-0/+26
* 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 untested support for the Broadcom 5704.Paul Saab2003-05-021-0/+6
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-7/+3
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-191-1/+1
* Remove unnecessary <sys/malloc.h> include.Semen Ustimenko2002-10-291-1/+0
* Put function return types on a line by themselves.Alfred Perlstein2002-10-141-4/+6
* Add support for the BCM5703x chips. I do not have one of theseJohn Polstra2002-09-081-0/+6
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp2002-05-041-57/+20
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-291-19/+1
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-281-6/+6
* Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp2002-04-281-3/+3
* Improve an API by about 4 lines per driver.Poul-Henning Kamp2002-04-281-3/+1
* Teach the brgphy driver about the BCM5701's internal copper PHY.Bill Paul2002-03-221-0/+6
* Remove __P.Alfred Perlstein2002-03-201-5/+5
* Cleanup pass for mii drivers.Jonathan Lemon2001-09-291-21/+17
* Tweak the autoneg kickoff code to that it more closely resembles theBill Paul2001-09-181-3/+16
* Add support for the BCM5401 and BCM5411 10/100/1000Mbps copper gigE PHYs.Bill Paul2001-09-041-24/+70
* Grrrrr. That last commit was supposed to be to the head, not to -stableBill Paul2000-12-121-1/+3
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400Bill Paul2000-04-221-0/+406