summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-24 03:12:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-24 03:12:06 +0000
commit9f3ded8286def511ff94b12916bd2490761e1f39 (patch)
tree2fec80b2b24601322e7bd7be7a7a0f756eb7f02b
parentce8fee0d867b9cd1dd6ae166f2d8c13236ef307a (diff)
match Radeon HD5450 on the kernel side; Mark Peoples
-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 9ad0ce1076f..88daa36d514 100644
--- a/sys/dev/pci/drm/radeon_drv.c
+++ b/sys/dev/pci/drm/radeon_drv.c
@@ -526,6 +526,8 @@ const static struct drm_pcidev radeondrm_pciidlist[] = {
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},
+ {PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD5450,
+ CHIP_RS880|RADEON_NEW_MEMMAP},
{0, 0, 0}
};