Module Name:    src
Committed By:   ahoka
Date:           Mon Feb 22 05:59:04 UTC 2010

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

Log Message:
Add SPLASH example, like in i386.


To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 src/sys/arch/amd64/conf/GENERIC

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/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.267 src/sys/arch/amd64/conf/GENERIC:1.268
--- src/sys/arch/amd64/conf/GENERIC:1.267	Sun Feb 21 05:16:29 2010
+++ src/sys/arch/amd64/conf/GENERIC	Mon Feb 22 05:59:04 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.267 2010/02/21 05:16:29 cnst Exp $
+# $NetBSD: GENERIC,v 1.268 2010/02/22 05:59:04 ahoka Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.267 $"
+#ident 		"GENERIC-$Revision: 1.268 $"
 
 maxusers	64		# estimated number of users
 
@@ -242,6 +242,9 @@
 options 	WSDISPLAY_SCROLLSUPPORT
 # enable VGA raster mode capable of displaying multilingual text on console
 #options 	VGA_RASTERCONSOLE
+# enable splash screen support; requires genfb or radeonfb
+#options        SPLASHSCREEN
+#options        SPLASHSCREEN_PROGRESS
 
 # Kernel root file system and dump configuration.
 config		netbsd	root on ? type ?

Reply via email to