summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc/dcphy.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce a procedural interface to the ifnet structure. The newmarcel2014-06-021-8/+8
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Use DEVMETHOD_END.marius2011-11-231-1/+1
* There's no need to read DC_10BTSTAT twice in dcphy_status().marius2011-11-181-6/+5
* Remove duplicate header includeskevlo2011-06-281-1/+0
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-23/+15
* - Even after masking the media with IFM_GMASK the result may have bitsmarius2011-01-141-8/+3
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-1/+1
* Consistently always explicitly set IFM_HDX for half-duplex.marius2010-10-031-5/+7
* - In the spirit of previous simplifications factor out the checks for amarius2010-10-021-21/+1
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelymarius2010-09-271-1/+1
* - Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn'tmarius2009-03-191-8/+6
* cosmetic changes and style fixesmarius2008-09-301-33/+22
* IEEE 802.3 Annex 28B.3 explicitly specifies the following relativeyongari2007-11-161-4/+4
* Replace hard-coded magic constants to system defined constantsyongari2006-08-021-1/+1
* Use PCI bus accessors rather than reading config registers directly tojhb2006-06-031-2/+3
* Make dc compile after repo-copy.imp2005-10-181-1/+1
* Use ansi function definitions in preference to K&R to reduce diffsimp2005-09-301-14/+6
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Spelling fix in a comment.marius2004-05-291-1/+1
* Remove double __FBSDID and move the remaining one into a common place aftermarius2004-05-291-3/+0
* Correct the phy_service() routine case MII_TICK to correctly trackandre2004-05-031-1/+1
* Use __FBSDID().obrien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-1/+1
* Remove unnecessary breaks.phk2003-05-311-1/+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
* Put function return types on a line by themselves.alfred2002-10-141-4/+6
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyphk2002-05-041-45/+14
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-291-16/+1
* Don't pass three args when one will do just fine, and even preventphk2002-04-281-1/+1
* Improve an API by about 4 lines per driver.phk2002-04-281-4/+1
* Work around an Intel 21143 chip bug.mckay2002-04-181-7/+10
* Remove __P.alfred2002-03-201-7/+7
* Cleanup pass for mii drivers.jlemon2001-09-291-16/+13
* Catch up to header include changes:jhb2001-03-281-0/+1
* Catch up to moving headers:jhb2000-10-201-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Add #include <machine/mutex.h> since these files need it and don'twpaul2000-10-131-0/+1
* Add support for parsing the media blocks from the SROM on 21143wpaul2000-10-051-9/+15
* Don't bother checking the link state in dcphy_status() if the interfacewpaul2000-06-051-0/+3
* Rework the support for the internal autonegotiation on the 21143 andwpaul2000-05-311-60/+23
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Fix some problems reported by Mike Pritchard:wpaul1999-12-131-9/+22
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driverswpaul1999-12-041-0/+528
OpenPOWER on IntegriCloud