Module Name:    src
Committed By:   riastradh
Date:           Sat Feb 13 19:53:23 UTC 2016

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

Log Message:
Add nouveau to x86 GENERIC kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.423 -r1.424 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1130 -r1.1131 src/sys/arch/i386/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.423 src/sys/arch/amd64/conf/GENERIC:1.424
--- src/sys/arch/amd64/conf/GENERIC:1.423	Sat Jan 30 04:12:38 2016
+++ src/sys/arch/amd64/conf/GENERIC	Sat Feb 13 19:53:23 2016
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.423 2016/01/30 04:12:38 christos Exp $
+# $NetBSD: GENERIC,v 1.424 2016/02/13 19:53:23 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.423 $"
+#ident 		"GENERIC-$Revision: 1.424 $"
 
 maxusers	64		# estimated number of users
 
@@ -416,8 +416,8 @@ intelfb* 	at intelfbbus?
 radeon* 	at pci? dev ? function ?
 radeondrmkmsfb* at radeonfbbus?
 
-#nouveau* 	at pci? dev ? function ?
-#nouveaufb* 	at nouveaufbbus?
+nouveau* 	at pci? dev ? function ?
+nouveaufb* 	at nouveaufbbus?
 
 # Cryptographic Devices
 

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1130 src/sys/arch/i386/conf/GENERIC:1.1131
--- src/sys/arch/i386/conf/GENERIC:1.1130	Fri Jan 22 21:56:56 2016
+++ src/sys/arch/i386/conf/GENERIC	Sat Feb 13 19:53:23 2016
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1130 2016/01/22 21:56:56 riz Exp $
+# $NetBSD: GENERIC,v 1.1131 2016/02/13 19:53:23 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1130 $"
+#ident 		"GENERIC-$Revision: 1.1131 $"
 
 maxusers	64		# estimated number of users
 
@@ -578,8 +578,8 @@ intelfb* 	at intelfbbus?
 radeon* 	at pci? dev ? function ?
 radeondrmkmsfb* at radeonfbbus?
 
-#nouveau*	at pci? dev ? function ?
-#nouveaufb*	at nouveaufbbus?
+nouveau*	at pci? dev ? function ?
+nouveaufb*	at nouveaufbbus?
 
 # DRMUMS drivers
 #viadrmums* 	at drm?

Reply via email to