Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add commented viadrmums to i386/GENERIC.



details:   https://anonhg.NetBSD.org/src/rev/79860f1fa175
branches:  trunk
changeset: 807975:79860f1fa175
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Apr 29 17:43:06 2015 +0000

description:
Add commented viadrmums to i386/GENERIC.

diffstat:

 sys/arch/i386/conf/GENERIC |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 1960807e158e -r 79860f1fa175 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Apr 29 17:38:50 2015 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Apr 29 17:43:06 2015 +0000
@@ -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 @@
 
 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 @@
 #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 @@
 #nouveau*      at pci? dev ? function ?
 #nouveaufb*    at nouveaufbbus?
 
+# DRMUMS drivers
+#viadrmums*    at drm?
+
 # Serial Devices
 
 # PCI serial interfaces



Home | Main Index | Thread Index | Old Index