History log of /openbsd/sys/dev/ic/ax88190.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 5c074aa0 07-Mar-2021 jsg <jsg@openbsd.org>

ansi


# 32f46ff2 24-Nov-2015 mpi <mpi@openbsd.org>

You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.


# f9ad5574 24-Nov-2015 mpi <mpi@openbsd.org>

The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.


# 21dab745 14-Mar-2015 jsg <jsg@openbsd.org>

Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.

ok tedu@ deraadt@


# 9e6eaca1 22-Jul-2014 mpi <mpi@openbsd.org>

Fewer <netinet/in_systm.h>


# 5e42885f 07-Aug-2013 bluhm <bluhm@openbsd.org>

Most network drivers include netinet/in_var.h, but apparently they
don't have to. Just remove these include lines.
Compiled on amd64 i386 sparc64; OK henning@ mikeb@


# d874cce4 26-Jun-2008 ray <ray@openbsd.org>

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code t

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

show more ...


# 82e32464 25-Jun-2003 miod <miod@openbsd.org>

#include <machine/intr.h> is not necessary here.


# c5defd1d 18-Aug-2001 aaron <aaron@openbsd.org>

Add MII routines to support the ASIX AX88190 MAC controller; from NetBSD.