Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Add nouveau to x86 GENERIC kernels.



details:   https://anonhg.NetBSD.org/src/rev/785366e3b616
branches:  trunk
changeset: 813687:785366e3b616
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Feb 13 19:53:23 2016 +0000

description:
Add nouveau to x86 GENERIC kernels.

diffstat:

 sys/arch/amd64/conf/GENERIC |  8 ++++----
 sys/arch/i386/conf/GENERIC  |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r 93cfd1bb1a20 -r 785366e3b616 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Feb 13 08:44:22 2016 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Feb 13 19:53:23 2016 +0000
@@ -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 @@
 
 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 @@
 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
 
diff -r 93cfd1bb1a20 -r 785366e3b616 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Feb 13 08:44:22 2016 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Feb 13 19:53:23 2016 +0000
@@ -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 @@
 
 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 @@
 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?



Home | Main Index | Thread Index | Old Index