mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Place a fat warning that floppy tapes should be configured as drive 2
only (normally). PR: kern/7176
This commit is contained in:
parent
1b1101e52f
commit
ccbe4f96fe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37723
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user