From 59fdcaadf2c94e9b6684a458e20490b46af68171 Mon Sep 17 00:00:00 2001 From: lukem Date: Fri, 30 Apr 2004 02:08:17 +0000 Subject: [PATCH] add ENHANCED_SPEEDSTEP --- sys/arch/i386/conf/GENERIC | 7 +++++-- sys/arch/i386/conf/GENERIC_LAPTOP | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 854ad8309497..717e79339163 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.598 2004/04/29 11:54:24 minoura Exp $ +# $NetBSD: GENERIC,v 1.599 2004/04/30 02:08:17 lukem Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.598 $" +#ident "GENERIC-$Revision: 1.599 $" maxusers 32 # estimated number of users @@ -39,6 +39,9 @@ options USER_LDT # user-settable LDT; used by WINE # insert delay no-ops in interrupts; recommended on very old machines #options PIC_DELAY +# Enhanced SpeedStep Technology in the Pentium M +options ENHANCED_SPEEDSTEP + options MTRR # memory-type range register syscall support # doesn't work with MP just yet.. #options PERFCTRS # performance-monitoring counters support diff --git a/sys/arch/i386/conf/GENERIC_LAPTOP b/sys/arch/i386/conf/GENERIC_LAPTOP index c88fa5b5d883..6e1d334a02f6 100644 --- a/sys/arch/i386/conf/GENERIC_LAPTOP +++ b/sys/arch/i386/conf/GENERIC_LAPTOP @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_LAPTOP,v 1.91 2004/04/29 11:54:24 minoura Exp $ +# $NetBSD: GENERIC_LAPTOP,v 1.92 2004/04/30 02:08:17 lukem Exp $ # From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp # # GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled @@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.91 $" +#ident "GENERIC-$Revision: 1.92 $" maxusers 32 # estimated number of users @@ -23,6 +23,9 @@ options MATH_EMULATE # floating point emulation options VM86 # virtual 8086 emulation options USER_LDT # user-settable LDT; used by WINE +# Enhanced SpeedStep Technology in the Pentium M +options ENHANCED_SPEEDSTEP + options MTRR # memory-type range register syscall support #options PERFCTRS # performance-monitoring counters support