diff options
| author | Adam David <adam@FreeBSD.org> | 1999-02-04 18:08:55 +0000 |
|---|---|---|
| committer | Adam David <adam@FreeBSD.org> | 1999-02-04 18:08:55 +0000 |
| commit | 431552d221bbb70c16eb8f2d45efa7adf477ffcf (patch) | |
| tree | 4ca91f7b06c60c176eff8d818409a75ed0e6c91a | |
| parent | 588059bea09287ba8467dc0c8e731612e66239ef (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 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 |
