Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Fix compile error. PR#38480 was correctl...
details: https://anonhg.NetBSD.org/src/rev/5e1d73f58165
branches: trunk
changeset: 787218:5e1d73f58165
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Jun 06 07:11:18 2013 +0000
description:
Fix compile error. PR#38480 was correctly fixed in 2009, it's ok to remove
"no options MTRR"
diffstat:
sys/arch/amd64/conf/INSTALL | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 536d1aadeabc -r 5e1d73f58165 sys/arch/amd64/conf/INSTALL
--- a/sys/arch/amd64/conf/INSTALL Thu Jun 06 07:06:42 2013 +0000
+++ b/sys/arch/amd64/conf/INSTALL Thu Jun 06 07:11:18 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.88 2011/11/19 22:51:19 tls Exp $
+# $NetBSD: INSTALL,v 1.89 2013/06/06 07:11:18 msaitoh Exp $
#
# INSTALL - Installation kernel.
#
@@ -8,7 +8,7 @@
include "arch/amd64/conf/GENERIC"
options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=115200
-#ident "INSTALL-$Revision: 1.88 $"
+#ident "INSTALL-$Revision: 1.89 $"
no options MEMORY_DISK_DYNAMIC
options MEMORY_DISK_IS_ROOT # force root on memory disk
@@ -16,7 +16,6 @@
options MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
-no options MTRR
# DRI driver
no i915drm* at drm? # Intel i915, i945 DRM driver
no mach64drm* at drm? # mach64 (3D Rage Pro, Rage) DRM driver
Home |
Main Index |
Thread Index |
Old Index