summaryrefslogtreecommitdiff
path: root/sys/dev/isa
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-12-04 21:03:52 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-12-04 21:03:52 +0000
commitc28432f8fa6d32ddf1d190473091161b851988d0 (patch)
tree2cbfbdaab903259d6864f6daf4c4a302a249a7ec /sys/dev/isa
parentc320f56c0d4edc8dbb129fb2958afb4551dfce41 (diff)
as promised 18 years ago, consolidate isa floppy disks in files.isa
ok deraadt
Diffstat (limited to 'sys/dev/isa')
-rw-r--r--sys/dev/isa/files.isa12
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index 34e02cd9c96..f28f80ce6e0 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.isa,v 1.116 2014/10/18 15:37:06 miod Exp $
+# $OpenBSD: files.isa,v 1.117 2014/12/04 21:03:51 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,6 +7,7 @@
# ports should specify appropriate major numbers for the following
# devices:
+# fd
# wd
device isa {[port = -1], [size = 0],
@@ -24,6 +25,15 @@ device isadma
attach isadma at isa: isa_dma
file dev/isa/isadma.c isadma needs-flag
+# Floppy disk controller
+device fdc {[drive = -1]}
+attach fdc at isa
+file dev/isa/fdc.c fdc needs-flag
+
+device fd: disk, isa_dma
+attach fd at fdc
+file dev/isa/fd.c fd needs-flag
+
#
# 8250/16[45]50-based multi-port serial boards
#