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



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

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

diffstat:

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

diffs (26 lines):

diff -r f766ecbca835 -r ae6189ebe242 sys/arch/i386/conf/NET4501
--- a/sys/arch/i386/conf/NET4501        Mon Jun 10 17:14:38 2002 +0000
+++ b/sys/arch/i386/conf/NET4501        Mon Jun 10 17:14:46 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NET4501,v 1.6 2002/04/25 15:06:30 atatat Exp $
+# $NetBSD: NET4501,v 1.6.6.1 2002/06/10 17:14:46 tv Exp $
 #
 # NET4501 -- kernel configuration for a Soekris Engineering net4501
 # single-board computer.
@@ -10,7 +10,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "NET4501-$Revision: 1.6 $"
+#ident                 "NET4501-$Revision: 1.6.6.1 $"
 
 maxusers       32              # estimated number of users
 
@@ -31,6 +31,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