summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/files.isa
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2011-06-26 23:19:10 +0000
committertedu <tedu@openbsd.org>2011-06-26 23:19:10 +0000
commitd3d1d3b86f6f425a710b31bf7094ec6a8c00ebda (patch)
treefef7b817f4d3dddc37d484858f777d1aacdc180c /sys/dev/isa/files.isa
parentThere are some problems with ppb msi interrupts. For instance, i386 in (diff)
downloadwireguard-openbsd-d3d1d3b86f6f425a710b31bf7094ec6a8c00ebda.tar.xz
wireguard-openbsd-d3d1d3b86f6f425a710b31bf7094ec6a8c00ebda.zip
kill mcd dead. ok krw matthew millert thib
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r--sys/dev/isa/files.isa9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index 1777ffa8ebf..d408cde0408 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.isa,v 1.108 2011/06/26 21:41:05 tedu Exp $
+# $OpenBSD: files.isa,v 1.109 2011/06/26 23:19:11 tedu 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.
@@ -7,7 +7,7 @@
# ports should specify appropriate major numbers for the following
# devices:
-# mcd, wd
+# wd
device isa {[port = -1], [size = 0],
[iomem = -1], [iosiz = 0],
@@ -127,11 +127,6 @@ file dev/isa/opti.c opti
# Other ISA disk controllers
#
-# Mitsumi CD-ROM controllers
-device mcd: disk, opti
-attach mcd at isa
-file dev/isa/mcd.c mcd needs-flag
-
# ISA "wd" (ESDI/IDE/etc.) controllers, ATAPI bus
attach wdc at isa with wdc_isa: isa_dma
file dev/isa/wdc_isa.c wdc_isa