aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc/pnphy.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* dc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* 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-3/+3
* 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
* Remove duplicate header includesKevin Lo2011-06-281-1/+0
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-18/+17
* - Even after masking the media with IFM_GMASK the result may have bitsMarius Strobl2011-01-141-21/+8
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-2/+1
* Consistently always explicitly set IFM_HDX for half-duplex.Marius Strobl2010-10-031-0/+2
* - 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-11/+6
* cosmetic changes and style fixesMarius Strobl2008-09-301-14/+11
* Replace hard-coded magic constants to system defined constantsPyun YongHyeon2006-08-021-1/+1
* 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-10/+4
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl2004-05-291-3/+0
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Remove unnecessary breaks.Poul-Henning Kamp2003-05-311-6/+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
* 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
* Remove __P.Alfred Perlstein2002-03-201-5/+5
* Cleanup pass for mii drivers.Jonathan Lemon2001-09-291-15/+6
* 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
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul1999-12-041-0/+311