aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed_novell.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* On second thought, we need to force 16-bit modeWarner Losh2010-08-251-0/+3
* Prodded by Yongari, add support for Holtek HT80232. Add the deviceWarner Losh2010-08-251-24/+35
* MFp4:Warner Losh2006-06-121-2/+4
* Have a function pointer to the routine to call for writing an mbufWarner Losh2006-01-271-0/+1
* o Expose ed_probe_Novel_generic, it is useful for pccard case.Warner Losh2005-09-071-5/+2
* Finish conversion to bus space and make ed MP safe.Warner Losh2005-08-281-6/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Move the harvesting of the MAC address out of the generic novell probeWarner Losh2005-02-141-13/+18
* Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards reallyWarner Losh2005-02-111-0/+1
* Extricate probing of the gwether card (Gateway AT) from the middle ofWarner Losh2005-02-101-64/+74
* Remove an ifdef that's been here for a long time. So long, in fact,Warner Losh2005-02-101-7/+0
* Break out obscure ISA cards into their own files, as well as ne2000Warner Losh2005-02-091-0/+288