summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/nsgphy.c
Commit message (Expand)AuthorAgeFilesLines
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-021-13/+2
* - Rely on mii_phy_add_media() setting mii_anegticks as appropriate.marius2006-11-281-4/+3
* 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
* Add macros which follow the miidevs design pattern to make it easierimp2005-09-301-8/+3
* 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
* Remove double __FBSDID and move the remaining one into a common place aftermarius2004-05-291-3/+0
* Use __FBSDID().obrien2003-08-241-0/+3
* Remove unnecessary breaks.phk2003-05-311-2/+0
* Use __FBSDID rather than rcsid[].obrien2003-04-031-7/+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
* 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