Module Name:    src
Committed By:   maya
Date:           Thu Jul 12 10:39:06 UTC 2018

Modified Files:
        src/sys/arch/amd64/conf: ALL GENERIC

Log Message:
Add entries for viadrmums to amd64 kernel configs too.

Commented out for GENERIC, same as i386.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.494 -r1.495 src/sys/arch/amd64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.92 src/sys/arch/amd64/conf/ALL:1.93
--- src/sys/arch/amd64/conf/ALL:1.92	Tue Jul 10 19:58:13 2018
+++ src/sys/arch/amd64/conf/ALL	Thu Jul 12 10:39:06 2018
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.92 2018/07/10 19:58:13 maya Exp $
+# $NetBSD: ALL,v 1.93 2018/07/12 10:39:06 maya Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"ALL-$Revision: 1.92 $"
+#ident		"ALL-$Revision: 1.93 $"
 
 maxusers	64		# estimated number of users
 
@@ -521,6 +521,9 @@ radeondrmkmsfb* at radeonfbbus?
 nouveau*	at pci? dev ? function ?
 nouveaufb*	at nouveaufbbus?
 
+# DRMUMS drivers
+viadrmums*	at drm?
+
 attimer0	at isa?
 pcppi0		at isa?
 sysbeep0	at pcppi?

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.494 src/sys/arch/amd64/conf/GENERIC:1.495
--- src/sys/arch/amd64/conf/GENERIC:1.494	Tue Jul 10 17:01:43 2018
+++ src/sys/arch/amd64/conf/GENERIC	Thu Jul 12 10:39:06 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.494 2018/07/10 17:01:43 maya Exp $
+# $NetBSD: GENERIC,v 1.495 2018/07/12 10:39:06 maya Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.494 $"
+#ident		"GENERIC-$Revision: 1.495 $"
 
 maxusers	64		# estimated number of users
 
@@ -429,6 +429,9 @@ radeondrmkmsfb* at radeonfbbus?
 nouveau*	at pci? dev ? function ?
 nouveaufb*	at nouveaufbbus?
 
+# DRMUMS drivers
+#viadrmums*	at drm?
+
 # Cryptographic Devices
 
 # PCI cryptographic devices

Reply via email to