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 Add MTRR option.



details:   https://anonhg.NetBSD.org/src/rev/f512014d45c2
branches:  trunk
changeset: 514768:f512014d45c2
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Mon Sep 10 10:17:29 2001 +0000

description:
Add MTRR option.

diffstat:

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

diffs (53 lines):

diff -r e39982d0da48 -r f512014d45c2 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Sep 10 10:14:57 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Sep 10 10:17:29 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.422 2001/09/07 00:18:27 lukem Exp $
+#      $NetBSD: GENERIC,v 1.423 2001/09/10 10:17:29 fvdl Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.422 $"
+#ident                 "GENERIC-$Revision: 1.423 $"
 
 maxusers       32              # estimated number of users
 
@@ -22,6 +22,8 @@
 # eliminate delay no-ops in I/O; recommended on all but very old machines
 #options       DUMMY_NOPS
 
+options        MTRR            # memory-type range register syscall support
+
 # delay between "rebooting ..." message and hardware reset, in milliseconds
 #options       CPURESET_DELAY=2000
 
diff -r e39982d0da48 -r f512014d45c2 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Mon Sep 10 10:14:57 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Mon Sep 10 10:17:29 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.20 2001/09/01 21:52:27 atatat Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.21 2001/09/10 10:17:30 fvdl 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
@@ -6,7 +6,7 @@
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.20 $"
+#ident                 "GENERIC-$Revision: 1.21 $"
 
 maxusers       32              # estimated number of users
 
@@ -23,6 +23,8 @@
 # eliminate delay no-ops in I/O; recommended on all but very old machines
 #options       DUMMY_NOPS
 
+options        MTRR            # memory-type range register syscall support
+
 # delay between "rebooting ..." message and hardware reset, in milliseconds
 #options       CPURESET_DELAY=2000
 



Home | Main Index | Thread Index | Old Index