From ccbe4f96fec4afd3a10275c1eb2118275befd0ae Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Fri, 17 Jul 1998 06:45:26 +0000 Subject: [PATCH] Place a fat warning that floppy tapes should be configured as drive 2 only (normally). PR: kern/7176 --- sys/amd64/conf/GENERIC | 5 ++++- sys/i386/conf/GENERIC | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 804b6ff304e9..2c61b5d20940 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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 804b6ff304e9..2c61b5d20940 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/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