summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1998-07-17 06:45:26 +0000
committerjoerg <joerg@FreeBSD.org>1998-07-17 06:45:26 +0000
commit701b4455095ca58f21e77f2aaba7f27a166a9aa7 (patch)
tree8f98e265e0ef8d382d0437017530931afc01158b /sys/amd64/conf
parent98b8e2a5eabba620e57948c1d548d390b20f42a9 (diff)
downloadFreeBSD-src-701b4455095ca58f21e77f2aaba7f27a166a9aa7.zip
FreeBSD-src-701b4455095ca58f21e77f2aaba7f27a166a9aa7.tar.gz
Place a fat warning that floppy tapes should be configured as drive 2
only (normally). PR: kern/7176
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 804b6ff..2c61b5d 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.109 1998/05/21 03:22:19 wpaul Exp $
+# $Id: GENERIC,v 1.110 1998/06/03 13:33:34 jkh Exp $
machine "i386"
cpu "I386_CPU"
@@ -48,6 +48,9 @@ controller pci0
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
+# Unless you know very well what you're doing, leave ft0 at drive 2, or
+# remove the line entirely if you don't need it. Trying to configure
+# it on another unit might cause surprises, see PR kern/7176.
tape ft0 at fdc0 drive 2
options "CMD640" # work around CMD640 chip deficiency
OpenPOWER on IntegriCloud