aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed_3c503.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* - Switch to using the common MII bitbang'ing code instead of duplicating it.Marius Strobl2013-12-291-1/+9
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Have a function pointer to the routine to call for writing an mbufWarner Losh2006-01-271-2/+4
* Create mediachg functions for the 3c503 and hpp cards. This is usedWarner Losh2006-01-271-1/+21
* Finish conversion to bus space and make ed MP safe.Warner Losh2005-08-281-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Break out obscure ISA cards into their own files, as well as ne2000Warner Losh2005-02-091-0/+341