Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm/dist/bsd-core recognize Radeon HD 4200....



details:   https://anonhg.NetBSD.org/src/rev/379f9df99627
branches:  trunk
changeset: 760504:379f9df99627
user:      cegger <cegger%NetBSD.org@localhost>
date:      Thu Jan 06 11:07:48 2011 +0000

description:
recognize Radeon HD 4200. This lets radeondrm(4) attach.
"go ahead" macallan@

diffstat:

 sys/external/bsd/drm/dist/bsd-core/drm_pciids.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 7c83595ffbf4 -r 379f9df99627 sys/external/bsd/drm/dist/bsd-core/drm_pciids.h
--- a/sys/external/bsd/drm/dist/bsd-core/drm_pciids.h   Thu Jan 06 10:20:57 2011 +0000
+++ b/sys/external/bsd/drm/dist/bsd-core/drm_pciids.h   Thu Jan 06 11:07:48 2011 +0000
@@ -393,6 +393,7 @@
        {0x1002, 0x9552, CHIP_RV710|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP, "ATI Mobility Radeon 4300 Series"}, \
        {0x1002, 0x9553, CHIP_RV710|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP, "ATI Mobility Radeon 4500 Series"}, \
        {0x1002, 0x9555, CHIP_RV710|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP, "ATI Mobility Radeon 4500 Series"}, \
+       {0x1002, 0x9712, CHIP_RV620|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP, "ATI Radeon Mobility HD 4200"}, \
        {0, 0, 0, NULL}
 
 #define r128_PCI_IDS \



Home | Main Index | Thread Index | Old Index