summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/if_levar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:miod2013-09-241-3/+3
| | | | | | | | | | | | | | | | - 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.
* ansify/de-registerjasper2007-06-171-4/+4
| | | | ok miod@
* First round of __P removal in sysmillert2002-03-141-4/+4
|
* finish busifyderaadt1997-12-261-3/+3
|
* busify; support isapnp lance cardsderaadt1997-12-261-2/+8
|
* $OpenBSD$niklas1997-11-071-0/+1
|
* Missing pieces of new bus.h that CVS lost behind my backniklas1996-11-291-1/+1
|
* if_name/if_unit -> if_xname/if_softcderaadt1996-05-101-38/+3
|
* sync with 0504 -- prototypes and bus.hderaadt1996-05-071-7/+12
|
* initial import of NetBSD treederaadt1995-10-181-0/+83