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 Add the RS880 device IDs ...



details:   https://anonhg.NetBSD.org/src/rev/1c399ba0fe46
branches:  trunk
changeset: 762241:1c399ba0fe46
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Feb 17 23:21:53 2011 +0000

description:
Add the RS880 device IDs to radeondrm(4).

diffstat:

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

diffs (17 lines):

diff -r 1ead223e73ba -r 1c399ba0fe46 sys/external/bsd/drm/dist/bsd-core/drm_pciids.h
--- a/sys/external/bsd/drm/dist/bsd-core/drm_pciids.h   Thu Feb 17 22:03:25 2011 +0000
+++ b/sys/external/bsd/drm/dist/bsd-core/drm_pciids.h   Thu Feb 17 23:21:53 2011 +0000
@@ -393,7 +393,12 @@
        {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"}, \
+       {0x1002, 0x9710, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP, "ATI Radeon HD 4200"}, \
+       {0x1002, 0x9711, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP, "ATI Radeon RS880"}, \
+       {0x1002, 0x9712, CHIP_RS880|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP, "ATI Radeon Mobility HD 4200"}, \
+       {0x1002, 0x9713, CHIP_RS880|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP, "ATI Radeon Mobility RS880"}, \
+       {0x1002, 0x9714, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP, "ATI Radeon HD 4290"}, \
+       {0x1002, 0x9715, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP, "ATI Radeon HD 4250"}, \
        {0, 0, 0, NULL}
 
 #define r128_PCI_IDS \



Home | Main Index | Thread Index | Old Index