summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ax88190.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
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-6/+2
* 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
* #include <machine/intr.h> is not necessary here.miod2003-06-251-2/+1
* Add MII routines to support the ASIX AX88190 MAC controller; from NetBSD.aaron2001-08-181-0/+192