summaryrefslogtreecommitdiff
path: root/sys/dev/dc/dcphy.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-05-06dc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2014-06-02Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2011-11-23Use DEVMETHOD_END.Marius Strobl
2011-11-18There's no need to read DC_10BTSTAT twice in dcphy_status().Marius Strobl
2011-06-28Remove duplicate header includesKevin Lo
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2011-01-14- Even after masking the media with IFM_GMASK the result may have bitsMarius Strobl
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2010-10-03Consistently always explicitly set IFM_HDX for half-duplex.Marius Strobl
2010-10-02- In the spirit of previous simplifications factor out the checks for aMarius Strobl
2010-09-27Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl
2009-03-19- Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn'tMarius Strobl
2008-09-30cosmetic changes and style fixesMarius Strobl
2007-11-16IEEE 802.3 Annex 28B.3 explicitly specifies the following relativePyun YongHyeon
2006-08-02Replace hard-coded magic constants to system defined constantsPyun YongHyeon
2006-06-03Use PCI bus accessors rather than reading config registers directly toJohn Baldwin
2005-10-18Make dc compile after repo-copy.Warner Losh
2005-09-30Use ansi function definitions in preference to K&R to reduce diffsWarner Losh
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-05-29Spelling fix in a comment.Marius Strobl
2004-05-29Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl
2004-05-03Correct the phy_service() routine case MII_TICK to correctly trackAndre Oppermann
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-05-31Remove unnecessary breaks.Poul-Henning Kamp
2003-04-03Use __FBSDID rather than rcsid[].David E. O'Brien
2003-01-19Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien
2002-10-14Put function return types on a line by themselves.Alfred Perlstein
2002-05-04Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp
2002-04-29Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp
2002-04-28Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp
2002-04-28Improve an API by about 4 lines per driver.Poul-Henning Kamp
2002-04-18Work around an Intel 21143 chip bug.Stephen McKay
2002-03-20Remove __P.Alfred Perlstein
2001-09-29Cleanup pass for mii drivers.Jonathan Lemon
2001-03-28Catch up to header include changes:John Baldwin
2000-10-20Catch up to moving headers:John Baldwin
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-10-13Add #include <machine/mutex.h> since these files need it and don'tBill Paul
2000-10-05Add support for parsing the media blocks from the SROM on 21143Bill Paul
2000-06-05Don't bother checking the link state in dcphy_status() if the interfaceBill Paul
2000-05-31Rework the support for the internal autonegotiation on the 21143 andBill Paul
2000-04-19Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp
1999-12-13Fix some problems reported by Mike Pritchard:Bill Paul
1999-12-04Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul