summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/e1000phy.c
Commit message (Expand)AuthorAgeFilesLines
* Reset autonegotation timer if media option is not IFM_AUTO.yongari2007-11-161-1/+5
* Add 88E1116/88E1116R PHY support code that takes the PHY out ofyongari2007-10-291-0/+10
* o Add support code for newer Marvell PHYs.yongari2006-12-111-127/+213
* style(9)yongari2006-12-111-5/+4
* Replace hard-coded magic constants to system defined constantsyongari2006-07-031-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Move __FBSDID out from under a comment.marius2004-05-291-3/+3
* Correct the phy_service() routine case MII_TICK to correctly trackandre2004-05-031-2/+2
* Add support for SK-9521 V2.0 and 3COM 3C940.wilko2003-09-201-49/+85
* Use __FBSDID().obrien2003-08-241-1/+3
* 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
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyphk2002-05-041-58/+13
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-291-20/+1
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-4/+4
* Cleanup pass for mii drivers.jlemon2001-09-291-35/+23
* Change the order that we print the media options during device probe tojlemon2001-09-291-30/+24
* Add Marvell PHY support for 10/100/1000 LIVENGOOD_CU Intel NIC.mjacob2001-04-091-0/+473
OpenPOWER on IntegriCloud