summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/if_we.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-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
* isa(4) is an indirect bus, which means that drivers that attach to itmatthew2011-06-201-2/+11
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* old school media handling is no longer used; ok jsgderaadt2007-05-081-45/+2
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-101-2/+2
* remove some NetBSD code.brad2006-10-201-17/+1
* ansibrad2006-10-201-45/+17
* fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesgbrad2006-10-011-7/+14
* Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>miod2006-07-291-4/+1
* remove netns crud.henning2005-06-081-6/+1
* network drivers don't need to include bpfdesc.htedu2004-05-121-2/+1
* Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers.drahn2003-04-171-4/+1
* First round of __P removal in sysmillert2002-03-141-16/+16
* Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.aaron2001-03-121-32/+40
* change overriding messagederaadt2000-04-031-3/+3
* whoops; finally this should work with isapnp *and* non-isapnpaaron1998-12-231-3/+3
* a better fix; deraadt@aaron1998-12-231-5/+5
* make this driver work again (move _valid assignments out of else{} so they areaaron1998-12-231-3/+3
* no debug by defaultderaadt1998-11-281-2/+1
* first attempt at SMC EtherEZ (8416) on isapnpderaadt1998-11-281-22/+36
* Use swap16 not bswap16 in OpenBSDniklas1998-10-041-2/+2
* Replace the ed driver.fgsch1998-09-221-0/+1022