summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/files.isa
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2001-07-17 01:32:18 +0000
committerjason <jason@openbsd.org>2001-07-17 01:32:18 +0000
commit2386f0a03595ae9b0cf3abaf8bdf3c5612029fcc (patch)
treee8f1439c66f9b2cd8d088764746569b6661637e7 /sys/dev/isa/files.isa
parentRework exphymatch so that it uses positive logic. Makes more sense. (diff)
downloadwireguard-openbsd-2386f0a03595ae9b0cf3abaf8bdf3c5612029fcc.tar.xz
wireguard-openbsd-2386f0a03595ae9b0cf3abaf8bdf3c5612029fcc.zip
From NetBSD: driver for Addonics FlexPort 8S
KNF'd and interrupt routine rewritten in addition to normal porting. (Interrupts don't appear to work the way they are described, so depend on the slave devices doing the right thing).
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r--sys/dev/isa/files.isa6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index 41aa7133719..bc4e63e1aa5 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.isa,v 1.66 2001/07/13 17:26:44 niklas Exp $
+# $OpenBSD: files.isa,v 1.67 2001/07/17 01:32:18 jason Exp $
# $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $
#
# Config file and device description for machine-independent ISA code.
@@ -40,6 +40,10 @@ device boca: commulti
attach boca at isa
file dev/isa/boca.c boca
+device addcom: commulti
+attach addcom at isa with addcom_isa
+file dev/isa/addcom_isa.c addcom
+
# IBM RT PC 4-port board
device rtfps: commulti
attach rtfps at isa