summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/if_ec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* we_readmem() and ec_readmem() are inlined, but they can also be static.deraadt2017-07-261-3/+3
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-3/+3
* 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-13/+1
* ansibrad2006-10-201-40/+15
* fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesgbrad2006-10-011-3/+3
* Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>miod2006-07-291-7/+1
* 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-14/+14
* Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.aaron2001-03-121-9/+15
* Use swap16 not bswap16 in OpenBSDniklas1998-10-041-2/+2
* Replace the ed driver.fgsch1998-09-221-0/+819