Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/i386/conf Pull up revision 1.51 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/5e00e1e19416
branches:  netbsd-1-6
changeset: 527844:5e00e1e19416
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Jun 10 17:14:29 2002 +0000

description:
Pull up revision 1.51 (requested by gmcgarry in ticket #230):
Include PERFCTRS to match MTRR option.  Now pmc(1) does something useful.

diffstat:

 sys/arch/i386/conf/GENERIC_LAPTOP |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 347f6b154524 -r 5e00e1e19416 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Mon Jun 10 17:14:20 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Mon Jun 10 17:14:29 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.50 2002/04/25 15:06:29 atatat Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.50.4.1 2002/06/10 17:14:29 tv 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.50 $"
+#ident                 "GENERIC-$Revision: 1.50.4.1 $"
 
 maxusers       32              # estimated number of users
 
@@ -26,6 +26,7 @@
 #options       DUMMY_NOPS
 
 options        MTRR            # memory-type range register syscall support
+options        PERFCTRS        # performance-monitoring counters support
 
 # delay between "rebooting ..." message and hardware reset, in milliseconds
 #options       CPURESET_DELAY=2000



Home | Main Index | Thread Index | Old Index