summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/if_ne_isapnp.c (follow)
Commit message (Expand)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
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* 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
* shorten ne(4) dmesg entries from 2-3 lines to 1.brad2005-10-221-7/+4
* remove netns crud.henning2005-06-081-6/+1
* network drivers don't need to include bpfdesc.htedu2004-05-121-2/+1
* 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
* Add support for some 100Mbit PCMCIA cards.fgsch1999-03-261-2/+2
* Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.fgsch1998-11-061-3/+34
* Replace the ed driver.fgsch1998-09-221-0/+192