summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/files.isa
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-09-30 00:37:17 +0000
committerart <art@openbsd.org>2001-09-30 00:37:17 +0000
commit085b133bd19a8da838cb8de4886934c5a040cfe3 (patch)
treef2fd5d894effd8df346f5ff1248585e11aff35ae /sys/dev/isa/files.isa
parentMake the kernel compile. (diff)
downloadwireguard-openbsd-085b133bd19a8da838cb8de4886934c5a040cfe3.tar.xz
wireguard-openbsd-085b133bd19a8da838cb8de4886934c5a040cfe3.zip
Move out the com at commulti attachment into an ownfile.
Same story as isapnp - not tested because i386 uses pccom.
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r--sys/dev/isa/files.isa4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index 8927183bdb3..b88cf3ba034 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.isa,v 1.69 2001/09/29 23:26:07 art Exp $
+# $OpenBSD: files.isa,v 1.70 2001/09/30 00:37:17 art 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.
@@ -61,7 +61,9 @@ file dev/isa/hsq.c hsq
# 8250/16[45]50-based "com" ports
attach com at isa with com_isa
file dev/isa/com_isa.c com_isa
+
attach com at commulti with com_commulti
+file dev/isa/com_commulti.c com_commulti
# Cyclades Cyclom multiport serial cards
attach cy at isa with cy_isa