summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/brgphy.c
Commit message (Expand)AuthorAgeFilesLines
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-191-1/+1
* Remove unnecessary <sys/malloc.h> include.semenu2002-10-291-1/+0
* Put function return types on a line by themselves.alfred2002-10-141-4/+6
* Add support for the BCM5703x chips. I do not have one of thesejdp2002-09-081-0/+6
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyphk2002-05-041-58/+21
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-291-19/+1
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-6/+6
* Don't pass three args when one will do just fine, and even preventphk2002-04-281-3/+3
* Improve an API by about 4 lines per driver.phk2002-04-281-3/+1
* Teach the brgphy driver about the BCM5701's internal copper PHY.wpaul2002-03-221-0/+6
* Remove __P.alfred2002-03-201-5/+5
* Cleanup pass for mii drivers.jlemon2001-09-291-21/+17
* Tweak the autoneg kickoff code to that it more closely resembles thewpaul2001-09-181-3/+16
* Add support for the BCM5401 and BCM5411 10/100/1000Mbps copper gigE PHYs.wpaul2001-09-041-24/+70
* Grrrrr. That last commit was supposed to be to the head, not to -stablewpaul2000-12-121-1/+3
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400wpaul2000-04-221-0/+406
OpenPOWER on IntegriCloud