summaryrefslogtreecommitdiff
path: root/sys/dev/dc/dcphy.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-021-8/+8
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Use DEVMETHOD_END.Marius Strobl2011-11-231-1/+1
* There's no need to read DC_10BTSTAT twice in dcphy_status().Marius Strobl2011-11-181-6/+5
* Remove duplicate header includesKevin Lo2011-06-281-1/+0
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-23/+15
* - Even after masking the media with IFM_GMASK the result may have bitsMarius Strobl2011-01-141-8/+3
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-1/+1
* Consistently always explicitly set IFM_HDX for half-duplex.Marius Strobl2010-10-031-5/+7
* - In the spirit of previous simplifications factor out the checks for aMarius Strobl2010-10-021-21/+1
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl2010-09-271-1/+1
* - Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn'tMarius Strobl2009-03-191-8/+6
* cosmetic changes and style fixesMarius Strobl2008-09-301-33/+22
* IEEE 802.3 Annex 28B.3 explicitly specifies the following relativePyun YongHyeon2007-11-161-4/+4
* Replace hard-coded magic constants to system defined constantsPyun YongHyeon2006-08-021-1/+1
* Use PCI bus accessors rather than reading config registers directly toJohn Baldwin2006-06-031-2/+3
* Make dc compile after repo-copy.Warner Losh2005-10-181-1/+1
* Use ansi function definitions in preference to K&R to reduce diffsWarner Losh2005-09-301-14/+6
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Spelling fix in a comment.Marius Strobl2004-05-291-1/+1
* Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl2004-05-291-3/+0
* Correct the phy_service() routine case MII_TICK to correctly trackAndre Oppermann2004-05-031-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* Remove unnecessary breaks.Poul-Henning Kamp2003-05-311-1/+0
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-7/+3
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-191-1/+1
* Put function return types on a line by themselves.Alfred Perlstein2002-10-141-4/+6
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp2002-05-041-45/+14
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-291-16/+1
* Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp2002-04-281-1/+1
* Improve an API by about 4 lines per driver.Poul-Henning Kamp2002-04-281-4/+1
* Work around an Intel 21143 chip bug.Stephen McKay2002-04-181-7/+10
* Remove __P.Alfred Perlstein2002-03-201-7/+7
* Cleanup pass for mii drivers.Jonathan Lemon2001-09-291-16/+13
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* Catch up to moving headers:John Baldwin2000-10-201-1/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Add #include <machine/mutex.h> since these files need it and don'tBill Paul2000-10-131-0/+1
* Add support for parsing the media blocks from the SROM on 21143Bill Paul2000-10-051-9/+15
* Don't bother checking the link state in dcphy_status() if the interfaceBill Paul2000-06-051-0/+3
* Rework the support for the internal autonegotiation on the 21143 andBill Paul2000-05-311-60/+23
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Fix some problems reported by Mike Pritchard:Bill Paul1999-12-131-9/+22
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul1999-12-041-0/+528