Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Disable nouveau for INSTALL as in a similar manner ...



details:   https://anonhg.NetBSD.org/src/rev/8b5a8c41b94f
branches:  trunk
changeset: 828663:8b5a8c41b94f
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Dec 25 06:38:59 2017 +0000

description:
Disable nouveau for INSTALL as in a similar manner to other DRMKMS drivers.
XXX pullup to netbsd-8

diffstat:

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

diffs (51 lines):

diff -r b110f5aa9a7c -r 8b5a8c41b94f sys/arch/amd64/conf/INSTALL
--- a/sys/arch/amd64/conf/INSTALL       Mon Dec 25 06:35:57 2017 +0000
+++ b/sys/arch/amd64/conf/INSTALL       Mon Dec 25 06:38:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.91 2016/12/18 04:35:26 dholland Exp $
+# $NetBSD: INSTALL,v 1.92 2017/12/25 06:38:59 rin Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -8,7 +8,7 @@
 include        "arch/amd64/conf/GENERIC"
 
 options        CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=115200
-#ident                 "INSTALL-$Revision: 1.91 $"
+#ident                 "INSTALL-$Revision: 1.92 $"
 
 no options     MEMORY_DISK_DYNAMIC
 options        MEMORY_DISK_IS_ROOT     # force root on memory disk
@@ -19,4 +19,4 @@
 # DRMKMS driver
 no i915drmkms*     at pci?
 no radeon*         at pci?
-#no nouveau*      at pci?
+no nouveau*       at pci?
diff -r b110f5aa9a7c -r 8b5a8c41b94f sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Mon Dec 25 06:35:57 2017 +0000
+++ b/sys/arch/i386/conf/INSTALL        Mon Dec 25 06:38:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.332 2017/12/25 06:35:57 rin Exp $
+# $NetBSD: INSTALL,v 1.333 2017/12/25 06:39:00 rin Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -7,7 +7,7 @@
 
 include        "arch/i386/conf/MONOLITHIC"
 
-#ident                 "INSTALL-$Revision: 1.332 $"
+#ident                 "INSTALL-$Revision: 1.333 $"
 
 no options     MEMORY_DISK_DYNAMIC
 options        MEMORY_DISK_IS_ROOT     # force root on memory disk
@@ -18,7 +18,7 @@
 # DRMKMS driver
 no i915drmkms*     at pci?
 no radeon*         at pci?
-#no nouveau*      at pci?
+no nouveau*       at pci?
 
 # pre-PCI graphics drivers, not enabled in GENERIC
 vga0           at isa?



Home | Main Index | Thread Index | Old Index