Module Name:    src
Committed By:   msaitoh
Date:           Thu Jun  6 07:11:18 UTC 2013

Modified Files:
        src/sys/arch/amd64/conf: INSTALL

Log Message:
Fix compile error. PR#38480 was correctly fixed in 2009, it's ok to remove
"no options MTRR"


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/amd64/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/INSTALL
diff -u src/sys/arch/amd64/conf/INSTALL:1.88 src/sys/arch/amd64/conf/INSTALL:1.89
--- src/sys/arch/amd64/conf/INSTALL:1.88	Sat Nov 19 22:51:19 2011
+++ src/sys/arch/amd64/conf/INSTALL	Thu Jun  6 07:11:18 2013
@@ -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_SERVER=0	# no users
 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

Reply via email to