summaryrefslogtreecommitdiff
path: root/sys/dev/isa/files.isapnp
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-09-24 20:11:06 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-09-24 20:11:06 +0000
commit8462f305c90bf8f0be07bebe2ba800fef136fa7f (patch)
treeb4d498958840e8a209a12c3d48baf37230883687 /sys/dev/isa/files.isapnp
parent9ee7ed799de3b09ef90511dd85a93ff687af1116 (diff)
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.
Diffstat (limited to 'sys/dev/isa/files.isapnp')
-rw-r--r--sys/dev/isa/files.isapnp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/files.isapnp b/sys/dev/isa/files.isapnp
index dd9813ff623..a9c25c915a3 100644
--- a/sys/dev/isa/files.isapnp
+++ b/sys/dev/isa/files.isapnp
@@ -1,4 +1,4 @@
-# $OpenBSD: files.isapnp,v 1.30 2011/06/05 20:57:16 deraadt Exp $
+# $OpenBSD: files.isapnp,v 1.31 2013/09/24 20:11:00 miod Exp $
# $NetBSD: files.isapnp,v 1.7 1997/10/16 17:16:36 matt Exp $
#
# Config file and device description for machine-independent ISAPnP code.
@@ -45,7 +45,7 @@ file dev/isa/gus_isapnp.c gus_isapnp needs-flag
attach an at isapnp with an_isapnp
file dev/isa/if_an_isapnp.c an_isapnp
-attach le at isapnp with le_isapnp
+attach le at isapnp with le_isapnp: le24
file dev/isa/if_le_isapnp.c le_isapnp
attach ep at isapnp with ep_isapnp