aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed_hpp.c
Commit message (Expand)AuthorAgeFilesLines
* FCP-101: Remove ed(4).Brooks Davis2019-05-171-679/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Yet more redundant parenthesis from r298431.Pedro F. Giffuni2016-04-211-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Add bus space barriers for page switches missed in r260050.Marius Strobl2014-02-051-0/+4
* 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-3/+9
* Create mediachg functions for the 3c503 and hpp cards. This is usedWarner Losh2006-01-271-1/+3
* Style(9) issue: return (foo);Warner Losh2006-01-271-7/+7
* Transition from ALTPHYS to LINK2. We already document in the ed(4)Warner Losh2006-01-271-1/+1
* Finish conversion to bus space and make ed MP safe.Warner Losh2005-08-281-5/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-2/+2
* Break out obscure ISA cards into their own files, as well as ne2000Warner Losh2005-02-091-0/+663