From e0c5f5b24a79df564cea14a365d98f2fdb4bb698 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 4 Feb 1999 18:08:55 +0000 Subject: [PATCH] remind that apm is required in order for timekeeping to work --- sys/amd64/conf/GENERIC | 3 ++- 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 cf149fcca84..d3874142867 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 cf149fcca84..d3874142867 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 -- 2.45.2