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.493 (requested by...



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

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

diffstat:

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

diffs (26 lines):

diff -r fe9a3ade1640 -r 347f6b154524 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Jun 10 17:14:01 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Jun 10 17:14:20 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.491 2002/04/26 02:05:10 ad Exp $
+# $NetBSD: GENERIC,v 1.491.4.1 2002/06/10 17:14:20 tv Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.491 $"
+#ident                 "GENERIC-$Revision: 1.491.4.1 $"
 
 maxusers       32              # estimated number of users
 
@@ -40,6 +40,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