Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Disable nouveau for now. It can cause l...



details:   https://anonhg.NetBSD.org/src/rev/bb556e3c67fb
branches:  trunk
changeset: 949362:bb556e3c67fb
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jan 10 19:20:16 2021 +0000

description:
Disable nouveau for now. It can cause long pauses at boot and sometimes
fails to initialize the display at all.

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 3349a59f8c12 -r bb556e3c67fb sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sun Jan 10 18:22:52 2021 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sun Jan 10 19:20:16 2021 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.170 2021/01/01 07:21:58 ryo Exp $
+#      $NetBSD: GENERIC64,v 1.171 2021/01/10 19:20:16 jmcneill Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -444,8 +444,8 @@
 
 # GPU
 #nouveau*      at fdt?                 # NVIDIA GPU
-nouveau*       at pci? dev ? function ?
-nouveaufb*     at nouveaufbbus?
+#nouveau*      at pci? dev ? function ?
+#nouveaufb*    at nouveaufbbus?
 radeon*                at pci? dev ? function ? # AMD Radeon
 radeondrmkmsfb*        at radeonfbbus?
 



Home | Main Index | Thread Index | Old Index