Source-Changes-HG archive

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

[src/trunk]: src/sys/arch comment out nouveau related lines in INSTALL kernel...



details:   https://anonhg.NetBSD.org/src/rev/1abe006a0c80
branches:  trunk
changeset: 446576:1abe006a0c80
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Dec 11 14:04:15 2018 +0000

description:
comment out nouveau related lines in INSTALL kernels too

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 d6187133e2a5 -r 1abe006a0c80 sys/arch/amd64/conf/INSTALL
--- a/sys/arch/amd64/conf/INSTALL       Tue Dec 11 13:35:02 2018 +0000
+++ b/sys/arch/amd64/conf/INSTALL       Tue Dec 11 14:04:15 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.92 2017/12/25 06:38:59 rin Exp $
+# $NetBSD: INSTALL,v 1.93 2018/12/11 14:04:15 maya Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -8,7 +8,7 @@
 include        "arch/amd64/conf/GENERIC"
 
 options        CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=115200
-#ident                 "INSTALL-$Revision: 1.92 $"
+#ident                 "INSTALL-$Revision: 1.93 $"
 
 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 d6187133e2a5 -r 1abe006a0c80 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Tue Dec 11 13:35:02 2018 +0000
+++ b/sys/arch/i386/conf/INSTALL        Tue Dec 11 14:04:15 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.333 2017/12/25 06:39:00 rin Exp $
+# $NetBSD: INSTALL,v 1.334 2018/12/11 14:04:15 maya Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -7,7 +7,7 @@
 
 include        "arch/i386/conf/MONOLITHIC"
 
-#ident                 "INSTALL-$Revision: 1.333 $"
+#ident                 "INSTALL-$Revision: 1.334 $"
 
 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