Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/i915drm We need the i810 agp here, int...



details:   https://anonhg.NetBSD.org/src/rev/18079eb39d18
branches:  trunk
changeset: 333408:18079eb39d18
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 02 02:03:31 2014 +0000

description:
We need the i810 agp here, intel_gtt has it hard-coded.

diffstat:

 sys/external/bsd/drm2/i915drm/files.i915drmkms |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r e58e19f56013 -r 18079eb39d18 sys/external/bsd/drm2/i915drm/files.i915drmkms
--- a/sys/external/bsd/drm2/i915drm/files.i915drmkms    Sun Nov 02 00:05:03 2014 +0000
+++ b/sys/external/bsd/drm2/i915drm/files.i915drmkms    Sun Nov 02 02:03:31 2014 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: files.i915drmkms,v 1.6 2014/08/18 16:55:34 riastradh Exp $
+#      $NetBSD: files.i915drmkms,v 1.7 2014/11/02 02:03:31 christos Exp $
 
 define intelfbbus      { }
-device i915drmkms: drmkms, drmkms_pci, intelfbbus
+device i915drmkms: drmkms, drmkms_pci, intelfbbus, agp_i810
 attach i915drmkms at pci
 
 device intelfb: intelfbbus, genfb, wsemuldisplaydev



Home | Main Index | Thread Index | Old Index