Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86_64/conf Move the MTRR option to std.x86_64.
details: https://anonhg.NetBSD.org/src/rev/8fe6196e815d
branches: trunk
changeset: 543996:8fe6196e815d
user: fvdl <fvdl%NetBSD.org@localhost>
date: Sat Mar 08 00:08:46 2003 +0000
description:
Move the MTRR option to std.x86_64.
diffstat:
sys/arch/x86_64/conf/GENERIC | 6 ++----
sys/arch/x86_64/conf/std.x86_64 | 3 ++-
2 files changed, 4 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r 60b794c34d27 -r 8fe6196e815d sys/arch/x86_64/conf/GENERIC
--- a/sys/arch/x86_64/conf/GENERIC Sat Mar 08 00:04:36 2003 +0000
+++ b/sys/arch/x86_64/conf/GENERIC Sat Mar 08 00:08:46 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.8 2003/03/05 23:55:58 fvdl Exp $
+# $NetBSD: GENERIC,v 1.9 2003/03/08 00:08:46 fvdl Exp $
#
# GENERIC machine description file
#
@@ -22,12 +22,10 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.8 $"
+#ident "GENERIC-$Revision: 1.9 $"
maxusers 32 # estimated number of users
-options MTRR # memory-type range register syscall support
-
# delay between "rebooting ..." message and hardware reset, in milliseconds
#options CPURESET_DELAY=2000
diff -r 60b794c34d27 -r 8fe6196e815d sys/arch/x86_64/conf/std.x86_64
--- a/sys/arch/x86_64/conf/std.x86_64 Sat Mar 08 00:04:36 2003 +0000
+++ b/sys/arch/x86_64/conf/std.x86_64 Sat Mar 08 00:08:46 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.x86_64,v 1.5 2003/03/05 23:56:00 fvdl Exp $
+# $NetBSD: std.x86_64,v 1.6 2003/03/08 00:08:46 fvdl Exp $
#
# standard, required NetBSD/x86_64 'options'
@@ -6,3 +6,4 @@
options EXEC_ELF64 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
+options MTRR
Home |
Main Index |
Thread Index |
Old Index