summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/if_ne_isapnp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
|
* use the correct capitalization for Realtek.brad2014-11-241-2/+2
|
* Fewer <netinet/in_systm.h>mpi2014-08-111-5/+1
|
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
| | | | | don't have to. Just remove these include lines. Compiled on amd64 i386 sparc64; OK henning@ mikeb@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* remove some NetBSD code.brad2006-10-201-12/+1
|
* ansibrad2006-10-201-9/+4
|
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-2/+2
| | | | | userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@.
* shorten ne(4) dmesg entries from 2-3 lines to 1.brad2005-10-221-7/+4
| | | | Thanks to Han Boetes for testing on an isapnp card.
* remove netns crud.henning2005-06-081-6/+1
| | | | | some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad
* network drivers don't need to include bpfdesc.htedu2004-05-121-2/+1
| | | | ok krw@ canacar@
* First round of __P removal in sysmillert2002-03-141-3/+3
|
* Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.aaron2001-03-121-14/+3
| | | | | The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok
* Add support for some 100Mbit PCMCIA cards.fgsch1999-03-261-2/+2
| | | | Change the ne2000_detect parm list.
* Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.fgsch1998-11-061-3/+34
|
* Replace the ed driver.fgsch1998-09-221-0/+192
ec is used for 3c503 cards, we for SMC/WD 80x3 series and ne for ne[12]00. This also adds ne2k pnp support.