diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2010-03-03 11:32:01 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2010-03-03 11:32:01 +0000 |
commit | 966ff3a8f0e66279ecaf1ee2b9752aa09808f8cb (patch) | |
tree | dd27b61f8a8da1a370b58fb9db4d7640114a03f5 | |
parent | 143d9817806b1966807c1bfb9d2b89832c5e7c5a (diff) |
G41 works here too, so enable it for inteldrm.
Thanks again to eric@ for testing this and bringing it to my attention.
-rw-r--r-- | sys/dev/pci/drm/i915_drv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/i915_drv.c b/sys/dev/pci/drm/i915_drv.c index e365ffd2b49..651147033ed 100644 --- a/sys/dev/pci/drm/i915_drv.c +++ b/sys/dev/pci/drm/i915_drv.c @@ -111,6 +111,8 @@ const static struct drm_pcidev inteldrm_pciidlist[] = { CHIP_G4X|CHIP_I965|CHIP_I9XX|CHIP_HWS}, {PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82G45_IGD_1, CHIP_G4X|CHIP_I965|CHIP_I9XX|CHIP_HWS}, + {PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82G41_IGD_1, + CHIP_G4X|CHIP_I965|CHIP_I9XX|CHIP_HWS}, {0, 0, 0} }; |