Enable POWERNOW_K8, now that it's working.

This commit is contained in:
xtraeme 2006-08-07 21:33:49 +00:00
parent b34720ab68
commit 08d26dfcb7
2 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.771 2006/08/03 00:19:21 hubertf Exp $
# $NetBSD: GENERIC,v 1.772 2006/08/07 21:33:49 xtraeme 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.771 $"
#ident "GENERIC-$Revision: 1.772 $"
maxusers 32 # estimated number of users
@ -44,7 +44,10 @@ options ENHANCED_SPEEDSTEP
#options EST_FREQ_USERWRITE # any user can set frequency
# AMD PowerNow! K7
#options POWERNOW_K7
options POWERNOW_K7
# AMD PowerNow! and Cool`n'Quiet technology
options POWERNOW_K8
options MTRR # memory-type range register syscall support
# doesn't work with MP just yet..

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_LAPTOP,v 1.195 2006/08/02 16:20:45 reed Exp $
# $NetBSD: GENERIC_LAPTOP,v 1.196 2006/08/07 21:33:49 xtraeme 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.195 $"
#ident "GENERIC-$Revision: 1.196 $"
maxusers 32 # estimated number of users
@ -30,6 +30,9 @@ options ENHANCED_SPEEDSTEP
# AMD PowerNow! K7
options POWERNOW_K7
# AMD PowerNow! and Cool`n'Quiet technology
options POWERNOW_K8
options MTRR # memory-type range register syscall support
#options PERFCTRS # performance-monitoring counters support