summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoroga <oga@openbsd.org>2010-03-31 12:16:45 +0000
committeroga <oga@openbsd.org>2010-03-31 12:16:45 +0000
commit9e63271cf7fb5d41c2e6d940efb2ec364424850c (patch)
tree8c065e127c1f92ee1ffb7e8059759e387c3745fc /sys
parentTrack interface addresses in a AF independent way. This is needed to support (diff)
downloadwireguard-openbsd-9e63271cf7fb5d41c2e6d940efb2ec364424850c.tar.xz
wireguard-openbsd-9e63271cf7fb5d41c2e6d940efb2ec364424850c.zip
Radeon HD2400 XT works. Tested by Dennis den Brok; thanks!
Diffstat (limited to 'sys')
-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 2af523e3b29..625f906a7ca 100644
--- a/sys/dev/pci/drm/radeon_drv.c
+++ b/sys/dev/pci/drm/radeon_drv.c
@@ -479,6 +479,8 @@ const static struct drm_pcidev radeondrm_pciidlist[] = {
{PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_X1250IGP,
CHIP_RS690|RADEON_IS_IGP|RADEON_NEW_MEMMAP|RADEON_IS_IGPGART},
#endif
+ {PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD2400_XT,
+ CHIP_RV610|RADEON_NEW_MEMMAP},
{PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD3400_M82,
CHIP_RV620|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP},
{PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD3450,