summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2019-05-08 15:55:57 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2019-05-08 15:55:57 +0000
commit00d247a515a3f3847923dd7daaa28073845622c6 (patch)
tree80f1fa4cb179832f340055e8bb55b076b1d56f6c /sys/dev/pci/drm
parent55f25d2008114923218c207dfa1e6624675c6406 (diff)
We're not quite ready yet to actually detach inteldrm(4).
ok jsg@
Diffstat (limited to 'sys/dev/pci/drm')
-rw-r--r--sys/dev/pci/drm/i915/i915_drv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/i915/i915_drv.c b/sys/dev/pci/drm/i915/i915_drv.c
index 94328f76178..65947f6146f 100644
--- a/sys/dev/pci/drm/i915/i915_drv.c
+++ b/sys/dev/pci/drm/i915/i915_drv.c
@@ -3583,9 +3583,11 @@ inteldrm_forcedetach(struct inteldrm_softc *dev_priv)
efifb_reattach();
#endif
}
-
+
+#ifdef notyet
config_detach(&dev_priv->sc_dev, 0);
pci_probe_device(psc, tag, NULL, NULL);
+#endif
}
void