Source-Changes-HG archive

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

[src/trunk]: src/sys Hook up viadrmums and include it it i386/ALL.



details:   https://anonhg.NetBSD.org/src/rev/62c84f923961
branches:  trunk
changeset: 337824:62c84f923961
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Apr 29 11:37:31 2015 +0000

description:
Hook up viadrmums and include it it i386/ALL.

diffstat:

 sys/arch/i386/conf/ALL                     |  8 ++++++--
 sys/external/bsd/drm2/pci/files.drmkms_pci |  4 ++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (51 lines):

diff -r cbef6bb86f9e -r 62c84f923961 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Wed Apr 29 11:36:43 2015 +0000
+++ b/sys/arch/i386/conf/ALL    Wed Apr 29 11:37:31 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.392 2015/04/28 13:52:50 rjs Exp $
+# $NetBSD: ALL,v 1.393 2015/04/29 11:37:31 riastradh Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.392 $"
+#ident                 "ALL-$Revision: 1.393 $"
 
 maxusers       64              # estimated number of users
 
@@ -604,6 +604,7 @@
 #vboxdrm*      at drm?         # VirtualBox DRM driver
 #viadrm*       at drm?         # VIA UniChrome DRM driver
 
+# DRMKMS drivers
 i915drmkms*    at pci? dev ? function ?
 intelfb*       at intelfbbus?
 
@@ -613,6 +614,9 @@
 #nouveau*      at pci? dev ? function ?
 #nouveaufb*    at nouveaufbbus
 
+# DRMUMS drivers
+viadrmums*     at drm?
+
 attimer0       at isa?
 pcppi0         at isa?
 sysbeep0       at pcppi?
diff -r cbef6bb86f9e -r 62c84f923961 sys/external/bsd/drm2/pci/files.drmkms_pci
--- a/sys/external/bsd/drm2/pci/files.drmkms_pci        Wed Apr 29 11:36:43 2015 +0000
+++ b/sys/external/bsd/drm2/pci/files.drmkms_pci        Wed Apr 29 11:37:31 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.drmkms_pci,v 1.7 2015/04/29 11:28:32 riastradh Exp $
+#      $NetBSD: files.drmkms_pci,v 1.8 2015/04/29 11:37:31 riastradh Exp $
 
 # Attribute for kernel components supporting PCI-based real graphics
 # drivers, a.k.a. `KMS' (kernel mode-setting), as opposed to the legacy
@@ -20,4 +20,4 @@
 include "external/bsd/drm2/i915drm/files.i915drmkms"
 include "external/bsd/drm2/radeon/files.radeon"
 include "external/bsd/drm2/nouveau/files.nouveau"
-#include "external/bsd/drm2/via/files.via"
+include "external/bsd/drm2/via/files.via"



Home | Main Index | Thread Index | Old Index