aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/e1000phy.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary <sys/malloc.h> include.Semen Ustimenko2002-10-291-1/+0
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp2002-05-041-58/+13
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-291-20/+1
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-281-4/+4
* Cleanup pass for mii drivers.Jonathan Lemon2001-09-291-35/+23
* Change the order that we print the media options during device probe toJonathan Lemon2001-09-291-30/+24
* Add Marvell PHY support for 10/100/1000 LIVENGOOD_CU Intel NIC.Matt Jacob2001-04-091-0/+473