diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1997-03-12 19:59:58 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1997-03-12 19:59:58 +0000 |
| commit | 09d5def9cec238d8e626b1d3e72bc1fd8339dcb1 (patch) | |
| tree | 7c2b3e2163b16ee6f51ec926b5512c61535db50e | |
| parent | 7a8d9b048bda57c6d2fcab75333e85572ad0ab8c (diff) | |
Notes
| -rw-r--r-- | sys/amd64/conf/GENERIC | 3 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 6d0afebdc156f..02c9336740847 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 6d0afebdc156f..02c9336740847 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 |
