summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2010-09-29 13:32:23 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2010-09-29 13:32:23 +0000
commit36fc88cdedf06e6dabd897a75a09b6359385ddb7 (patch)
tree863278d326f2433242862198c9743ea8fa98ea57 /sys/dev/pci/drm
parent67e1515f492eb6fb02d7dfa76d631be9981f8c4e (diff)
Radeon HD4200 Mobility; from brynet. Some flags tweaks from me.
Diffstat (limited to 'sys/dev/pci/drm')
-rw-r--r--sys/dev/pci/drm/radeon_drv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/radeon_drv.c b/sys/dev/pci/drm/radeon_drv.c
index d63abff14e0..9ad0ce1076f 100644
--- a/sys/dev/pci/drm/radeon_drv.c
+++ b/sys/dev/pci/drm/radeon_drv.c
@@ -524,6 +524,8 @@ const static struct drm_pcidev radeondrm_pciidlist[] = {
CHIP_RV770|RADEON_NEW_MEMMAP},
{PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD4200,
CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP},
+ {PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD4200_M,
+ CHIP_RS880|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP},
{0, 0, 0}
};