summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoralm <alm@FreeBSD.org>1994-02-07 05:55:50 +0000
committeralm <alm@FreeBSD.org>1994-02-07 05:55:50 +0000
commit73a43165f29c17672db5759167e53fba957a2244 (patch)
tree90e05cccff4cabdcee49b19a9ab14e793a9f01af /sys/conf
parent1d1ee9bd327fbb0a22351286a3ae131269dc0ce6 (diff)
downloadFreeBSD-src-73a43165f29c17672db5759167e53fba957a2244.zip
FreeBSD-src-73a43165f29c17672db5759167e53fba957a2244.tar.gz
Add floppy tape support (missed these when changing G*)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 782e461..2082ab3 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.50 1994/02/01 08:34:16 ache Exp $
+# $Id: LINT,v 1.51 1994/02/01 10:46:43 ache Exp $
#
machine "i386"
@@ -121,9 +121,10 @@ controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
# driver for the Seagate ST01/ST02 card, not yet finished.
#controller sg0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector sgintr
#dcfclk device-driver
-controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
-disk fd0 at fd0 drive 0
-disk fd1 at fd0 drive 1
+controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
+disk fd0 at fdc0 drive 0
+disk fd1 at fdc0 drive 1
+tape ft0 at fdc0 drive 2
# driver for the Western Digital and SMCC WD80xx cards, for the Novell
# NE1000/200 card and the 3COM 3C503 card.
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
OpenPOWER on IntegriCloud