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. it hasn't been functional since th...
details: https://anonhg.NetBSD.org/src/rev/cb98cc9378c7
branches: trunk
changeset: 995187:cb98cc9378c7
user: maya <maya%NetBSD.org@localhost>
date: Tue Dec 11 11:00:18 2018 +0000
description:
disable nouveau. it hasn't been functional since the import of new drmkms
code.
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 612ee26c6e96 -r cb98cc9378c7 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Tue Dec 11 09:05:50 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC Tue Dec 11 11:00:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.509 2018/12/02 21:00:13 maxv Exp $
+# $NetBSD: GENERIC,v 1.510 2018/12/11 11:00:18 maya Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.509 $"
+#ident "GENERIC-$Revision: 1.510 $"
maxusers 64 # estimated number of users
@@ -434,8 +434,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?
diff -r 612ee26c6e96 -r cb98cc9378c7 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Tue Dec 11 09:05:50 2018 +0000
+++ b/sys/arch/i386/conf/GENERIC Tue Dec 11 11:00:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1194 2018/11/24 18:23:29 bouyer Exp $
+# $NetBSD: GENERIC,v 1.1195 2018/12/11 11:00:18 maya Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1194 $"
+#ident "GENERIC-$Revision: 1.1195 $"
maxusers 64 # estimated number of users
@@ -559,8 +559,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