History log of /openbsd/sys/dev/isa/if_levar.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 0ec3b04c 24-Sep-2013 miod <miod@openbsd.org>

Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:
- the am7990_get() - now lance_get() - is unchanged.
- the interrupt acknowledge logic is unchanged, and will disable interrupt

Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:
- the am7990_get() - now lance_get() - is unchanged.
- the interrupt acknowledge logic is unchanged, and will disable interrupts,
then acknowledge all interrupt conditions.

Add ILACC (79900) support (from NetBSD).

Both LANCE (am7990.c) and ILACC (am79900.c) code share as much common code
(lance.c) as possible. This affects all le(4) attachments, but the changes
are mostly mechanical, to split am7990-specific parts from lance-agnostic
parts.

Compile tested on all affected platforms. Tested on alpha, hp300, luna88k,
mvme88k, sparc, sparc64 and vax.

show more ...


# 30becc13 17-Jun-2007 jasper <jasper@openbsd.org>

ansify/de-register

ok miod@


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


# 899616da 26-Dec-1997 deraadt <deraadt@openbsd.org>

finish busify


# 9b5b98ac 26-Dec-1997 deraadt <deraadt@openbsd.org>

busify; support isapnp lance cards


# 47e81424 07-Nov-1997 niklas <niklas@openbsd.org>

$OpenBSD$


# b9a85264 29-Nov-1996 niklas <niklas@openbsd.org>

Missing pieces of new bus.h that CVS lost behind my back


# 17fbbb3b 10-May-1996 deraadt <deraadt@openbsd.org>

if_name/if_unit -> if_xname/if_softc


# 4196a412 07-May-1996 deraadt <deraadt@openbsd.org>

sync with 0504 -- prototypes and bus.h


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree