summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-13 19:03:58 +0000
committerbde <bde@FreeBSD.org>1997-03-13 19:03:58 +0000
commit493aa0ce7e50c04f105afcf8b7ec467b4e3b00bc (patch)
treeac1cdfb5fbdbbe36967db4bf08e20bc748fe59d8 /sys/amd64/conf
parentfa9f3fde24d7f306c0508fb89788b286caa3329e (diff)
downloadFreeBSD-src-493aa0ce7e50c04f105afcf8b7ec467b4e3b00bc.zip
FreeBSD-src-493aa0ce7e50c04f105afcf8b7ec467b4e3b00bc.tar.gz
Quoted CMD640. It's still missing from options.i386.
Removed stale comment saying that npx0 is mandatory.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 02c9336..f33c3b8 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.86 1997/02/22 09:31:34 peter Exp $
+# $Id: GENERIC,v 1.87 1997/03/12 19:59:58 se Exp $
machine "i386"
cpu "I386_CPU"
@@ -47,7 +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
+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
@@ -102,7 +102,6 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
#options PCVT_SCANSET=2 # IBM keyboards are non-std
-# Mandatory, don't remove
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
#
OpenPOWER on IntegriCloud