summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/nsgphy.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-2/+2
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyphk2002-05-041-1/+0
* Introduce NetBSD's mii_phy_match() API and use it in the nsgphy tophk2002-04-291-10/+22
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-291-18/+1
* Move a lot closer to NetBSDs MII support for GigE.phk2002-04-291-215/+40
* Moving closer to being able to use NetBSD's generic mii_set_media()phk2002-04-291-2/+3
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-6/+6
* Use generic MII #defines instead of private ones when the registersphk2002-04-281-63/+61
* Remove __P.alfred2002-03-201-7/+7
* Cleanup pass for mii drivers.jlemon2001-09-291-19/+15
* Add support for gigabit ethernet cards based on the NatSemi DP83820wpaul2001-05-111-0/+475
OpenPOWER on IntegriCloud