artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45ac9d8
)
Radeon HD4200 (needs a newer radeon X driver than in tree though),
author
oga
<oga@openbsd.org>
Sun, 18 Jul 2010 15:30:48 +0000
(15:30 +0000)
committer
oga
<oga@openbsd.org>
Sun, 18 Jul 2010 15:30:48 +0000
(15:30 +0000)
tested by stsp@.
sys/dev/pci/drm/radeon_drv.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/radeon_drv.c
b/sys/dev/pci/drm/radeon_drv.c
index
d035428
..
89be7d8
100644
(file)
--- a/
sys/dev/pci/drm/radeon_drv.c
+++ b/
sys/dev/pci/drm/radeon_drv.c
@@
-519,6
+519,8
@@
const static struct drm_pcidev radeondrm_pciidlist[] = {
CHIP_RV770|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP},
{PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD4890,
CHIP_RV770|RADEON_NEW_MEMMAP},
+ {PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD4200,
+ CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP},
{0, 0, 0}
};