add ENHANCED_SPEEDSTEP
This commit is contained in:
parent
2df026b026
commit
59fdcaadf2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue