Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Comment out "options POWERNOW_K7" until t...



details:   https://anonhg.NetBSD.org/src/rev/0c49336b2d6f
branches:  trunk
changeset: 586929:0c49336b2d6f
user:      xtraeme <xtraeme%NetBSD.org@localhost>
date:      Thu Jan 05 10:24:11 2006 +0000

description:
Comment out "options POWERNOW_K7" until the problems are resolved.

diffstat:

 sys/arch/i386/conf/GENERIC        |  6 +++---
 sys/arch/i386/conf/GENERIC_LAPTOP |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 9c229d0e384d -r 0c49336b2d6f sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Jan 05 10:18:20 2006 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Jan 05 10:24:11 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.717 2006/01/04 23:40:45 xtraeme Exp $
+# $NetBSD: GENERIC,v 1.718 2006/01/05 10:24:11 xtraeme Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.717 $"
+#ident                 "GENERIC-$Revision: 1.718 $"
 
 maxusers       32              # estimated number of users
 
@@ -44,7 +44,7 @@
 #options       EST_FREQ_USERWRITE      # any user can set frequency
 
 # AMD PowerNow! K7
-options                POWERNOW_K7
+#options       POWERNOW_K7
 
 options        MTRR            # memory-type range register syscall support
 # doesn't work with MP just yet..
diff -r 9c229d0e384d -r 0c49336b2d6f sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Thu Jan 05 10:18:20 2006 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Thu Jan 05 10:24:11 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.164 2006/01/04 23:40:45 xtraeme Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.165 2006/01/05 10:24:11 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 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.164 $"
+#ident                 "GENERIC-$Revision: 1.165 $"
 
 maxusers       32              # estimated number of users
 
@@ -28,7 +28,7 @@
 #options       EST_FREQ_USERWRITE      # any user can set frequency
 
 # AMD PowerNow! K7
-options                POWERNOW_K7
+#options       POWERNOW_K7
 
 options        MTRR            # memory-type range register syscall support
 #options       PERFCTRS        # performance-monitoring counters support



Home | Main Index | Thread Index | Old Index