Source-Changes-HG archive

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

[src/riastradh-drm2]: src/sys/external/bsd/drm2/conf Add an i915drm device st...



details:   https://anonhg.NetBSD.org/src/rev/141d56ae13c5
branches:  riastradh-drm2
changeset: 788227:141d56ae13c5
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 02:48:34 2013 +0000

description:
Add an i915drm device stub to files.drm2, attaching at pci.

diffstat:

 sys/external/bsd/drm2/conf/files.drm2 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 6729803fba27 -r 141d56ae13c5 sys/external/bsd/drm2/conf/files.drm2
--- a/sys/external/bsd/drm2/conf/files.drm2     Wed Jul 24 02:48:21 2013 +0000
+++ b/sys/external/bsd/drm2/conf/files.drm2     Wed Jul 24 02:48:34 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.drm2,v 1.1.2.1 2013/07/24 02:42:40 riastradh Exp $
+#      $NetBSD: files.drm2,v 1.1.2.2 2013/07/24 02:48:34 riastradh Exp $
 
 define drm2base
 define drm2pci
@@ -14,3 +14,6 @@
 
 # XXX Should probably be in a header file.  opt_drm.h?
 makeoptions    drm2base        CPPFLAGS+="-D__KERNEL__"
+
+device i915drm: drm2base, drm2pci, drmbus
+attach i915drm at pci



Home | Main Index | Thread Index | Old Index