summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1997-03-12 19:59:58 +0000
committerse <se@FreeBSD.org>1997-03-12 19:59:58 +0000
commitfa3524a29851f4eaff09bc21c493d2607f04d787 (patch)
treea106ff0617fa9afc731f75aa60ed6178972a4ebc /sys
parent58c108262d5a156f296e2b39c9c1b6ab489087b2 (diff)
downloadFreeBSD-src-fa3524a29851f4eaff09bc21c493d2607f04d787.zip
FreeBSD-src-fa3524a29851f4eaff09bc21c493d2607f04d787.tar.gz
Activate CMD640 workaround
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC3
-rw-r--r--sys/i386/conf/GENERIC3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 6d0afeb..02c9336 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$
+# $Id: GENERIC,v 1.86 1997/02/22 09:31:34 peter Exp $
machine "i386"
cpu "I386_CPU"
@@ -47,6 +47,7 @@ disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
tape ft0 at fdc0 drive 2
+options CMD640 # work around CMD640 chip deficiency
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0
disk wd1 at wdc0 drive 1
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 6d0afeb..02c9336 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$
+# $Id: GENERIC,v 1.86 1997/02/22 09:31:34 peter Exp $
machine "i386"
cpu "I386_CPU"
@@ -47,6 +47,7 @@ disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
tape ft0 at fdc0 drive 2
+options CMD640 # work around CMD640 chip deficiency
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0
disk wd1 at wdc0 drive 1
OpenPOWER on IntegriCloud