diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-03-31 13:30:26 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-03-31 13:30:26 +0000 |
commit | 3e89b73f693848c47b864e26d1952b996e05e24e (patch) | |
tree | 603cf2f72c9424e5600d253165c17bcc720c0114 /sys/dev/pci | |
parent | 60311524ae199ea82ff765f65612b15380b5dfd3 (diff) |
Unbreak the build on amd64 by making sure that inteldrm pulls in the generic
i2c bit-banging code. Requires us to move around the i2c_bitbang define.
Also move the onewire_bitbang define to be close to i2c_bitbang since they
are similar.
ok jsing@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/drm/files.drm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/files.drm b/sys/dev/pci/drm/files.drm index dc7ffd80f73..e8852a8fbd9 100644 --- a/sys/dev/pci/drm/files.drm +++ b/sys/dev/pci/drm/files.drm @@ -1,5 +1,5 @@ # $NetBSD: files.drm,v 1.2 2007/03/28 11:29:37 jmcneill Exp $ -# $OpenBSD: files.drm,v 1.24 2013/03/18 12:36:51 jsg Exp $ +# $OpenBSD: files.drm,v 1.25 2013/03/31 13:30:25 kettenis Exp $ # direct rendering modules define drmbase {} @@ -21,7 +21,7 @@ file dev/pci/drm/drm_edid.c drm file dev/pci/drm/drm_dp_helper.c drm file dev/pci/drm/drm_fb_helper.c drm -device inteldrm: drmbase, wsemuldisplaydev, rasops32 +device inteldrm: drmbase, wsemuldisplaydev, rasops32, i2cbus, i2c_bitbang attach inteldrm at drmdev file dev/pci/drm/i915/i915_dma.c inteldrm file dev/pci/drm/i915/i915_drv.c inteldrm |