Module Name:    src
Committed By:   riastradh
Date:           Wed Apr 29 17:43:06 UTC 2015

Modified Files:
        src/sys/arch/i386/conf: GENERIC

Log Message:
Add commented viadrmums to i386/GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.1121 -r1.1122 src/sys/arch/i386/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/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1121 src/sys/arch/i386/conf/GENERIC:1.1122
--- src/sys/arch/i386/conf/GENERIC:1.1121	Wed Mar 18 02:05:05 2015
+++ src/sys/arch/i386/conf/GENERIC	Wed Apr 29 17:43:06 2015
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1121 2015/03/18 02:05:05 snj Exp $
+# $NetBSD: GENERIC,v 1.1122 2015/04/29 17:43:06 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1121 $"
+#ident 		"GENERIC-$Revision: 1.1122 $"
 
 maxusers	64		# estimated number of users
 
@@ -570,6 +570,7 @@ sysbeep0	at pcppi?
 #tdfxdrm*	at drm?		# 3dfx (voodoo) DRM driver
 #viadrm* 	at drm?		# VIA DRM driver
 
+# DRMKMS drivers
 i915drmkms* 	at pci? dev ? function ?
 intelfb* 	at intelfbbus?
 
@@ -579,6 +580,9 @@ radeondrmkmsfb* at radeonfbbus?
 #nouveau*	at pci? dev ? function ?
 #nouveaufb*	at nouveaufbbus?
 
+# DRMUMS drivers
+#viadrmums* 	at drm?
+
 # Serial Devices
 
 # PCI serial interfaces

Reply via email to