diff options
| -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 cf149fcca844..d3874142867d 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.143 1999/01/11 03:18:31 yokota Exp $ +# $Id: GENERIC,v 1.144 1999/01/27 15:34:25 eivind Exp $ machine "i386" cpu "I386_CPU" @@ -132,6 +132,7 @@ device npx0 at isa? port IO_NPX irq 13 # # Laptop support (see LINT for more options) +# XXX required for Pentium CPU # device apm0 at isa? disable flags 0x31 # Advanced Power Management diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index cf149fcca844..d3874142867d 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: GENERIC,v 1.143 1999/01/11 03:18:31 yokota Exp $ +# $Id: GENERIC,v 1.144 1999/01/27 15:34:25 eivind Exp $ machine "i386" cpu "I386_CPU" @@ -132,6 +132,7 @@ device npx0 at isa? port IO_NPX irq 13 # # Laptop support (see LINT for more options) +# XXX required for Pentium CPU # device apm0 at isa? disable flags 0x31 # Advanced Power Management |
