diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-12-27 13:40:57 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-12-27 13:40:57 +0000 |
commit | fc47545ec330a9b7080841e4433b37b4738b71e4 (patch) | |
tree | 17e497f139e4eee0ef2dc364d3f0ee43a611161f /sys/amd64/conf | |
parent | 2d1a2544ddc8c0b734ed3138a20566e68456336a (diff) | |
download | src-fc47545ec330a9b7080841e4433b37b4738b71e4.tar.gz src-fc47545ec330a9b7080841e4433b37b4738b71e4.zip |
Pre 3.0 branch cleanup casualty #6: ft
Notes
Notes:
svn path=/head/; revision=42083
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index b0a077b6e659..5d16fd162f71 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.137 1998/12/27 13:06:40 phk Exp $ +# $Id: GENERIC,v 1.138 1998/12/27 13:12:59 phk Exp $ machine "i386" cpu "I386_CPU" @@ -58,10 +58,6 @@ controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 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 controller wdc0 at isa? port "IO_WD1" bio irq 14 |