summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_ec.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2022-01-09spellingJonathan Gray
2017-07-26we_readmem() and ec_readmem() are inlined, but they can also be static.Theo de Raadt
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2014-08-11Fewer <netinet/in_systm.h>Martin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2006-10-20remove some NetBSD code.Brad Smith
2006-10-20ansiBrad Smith
2006-10-01fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesgBrad Smith
2006-07-29Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>Miod Vallat
2005-06-08remove netns crud.Henning Brauer
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2002-03-14First round of __P removal in sysTodd C. Miller
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
1998-10-04Use swap16 not bswap16 in OpenBSDNiklas Hallqvist
1998-09-22Replace the ed driver.Federico G. Schwindt