summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/radeon.h
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-01-06 04:34:53 +0000
committeranholt <anholt@FreeBSD.org>2004-01-06 04:34:53 +0000
commit7a30cbbe36c3da10547bc71289118de8e9bf0798 (patch)
treedc23cbfd6e49f2154d34faf1bfc9e044ed6193d3 /sys/dev/drm/radeon.h
parent6ecda71663ef14ce4784c7105163615d9178cfb9 (diff)
downloadFreeBSD-src-7a30cbbe36c3da10547bc71289118de8e9bf0798.zip
FreeBSD-src-7a30cbbe36c3da10547bc71289118de8e9bf0798.tar.gz
Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,
and mga. MTRR code cleanups. Includes new Radeon and Rage 128 PCI IDs.
Diffstat (limited to 'sys/dev/drm/radeon.h')
-rw-r--r--sys/dev/drm/radeon.h25
1 files changed, 24 insertions, 1 deletions
diff --git a/sys/dev/drm/radeon.h b/sys/dev/drm/radeon.h
index 3cdf7fb..6083f26 100644
--- a/sys/dev/drm/radeon.h
+++ b/sys/dev/drm/radeon.h
@@ -116,7 +116,14 @@
[DRM_IOCTL_NR(DRM_IOCTL_RADEON_SETPARAM)] = { radeon_cp_setparam, 1, 0 }, \
#define DRIVER_PCI_IDS \
+ {0x1002, 0x4136, 0, "ATI Radeon RS100 IGP 320M"}, \
+ {0x1002, 0x4137, 0, "ATI Radeon RS200 IGP"}, \
+ {0x1002, 0x4237, 0, "ATI Radeon RS250 IGP"}, \
{0x1002, 0x4242, 0, "ATI Radeon BB R200 AIW 8500DV"}, \
+ {0x1002, 0x4242, 0, "ATI Radeon BC R200"}, \
+ {0x1002, 0x4336, 0, "ATI Radeon RS100 Mobility U1"}, \
+ {0x1002, 0x4337, 0, "ATI Radeon RS200 Mobility IGP 340M"}, \
+ {0x1002, 0x4437, 0, "ATI Radeon RS250 Mobility IGP"}, \
{0x1002, 0x4964, 0, "ATI Radeon Id R250 9000"}, \
{0x1002, 0x4965, 0, "ATI Radeon Ie R250 9000"}, \
{0x1002, 0x4966, 0, "ATI Radeon If R250 9000"}, \
@@ -150,7 +157,23 @@
{0x1002, 0x516A, 0, "ATI Radeon Qj R200"}, \
{0x1002, 0x516B, 0, "ATI Radeon Qk R200"}, \
{0x1002, 0x516C, 0, "ATI Radeon Ql R200"}, \
- {0x1002, 0x5961, 0, "ATI Radeon RV280 9200"}, \
+ {0x1002, 0x5834, 0, "ATI Radeon RS300 IGP"}, \
+ {0x1002, 0x5835, 0, "ATI Radeon RS300 Mobility IGP"}, \
+ {0x1002, 0x5836, 0, "ATI Radeon RS300 IGP"}, \
+ {0x1002, 0x5837, 0, "ATI Radeon RS300 IGP"}, \
+ {0x1002, 0x5960, 0, "ATI Radeon RV280 9200"}, \
+ {0x1002, 0x5961, 0, "ATI Radeon RV280 9200 SE"}, \
+ {0x1002, 0x5962, 0, "ATI Radeon RV280 9200"}, \
+ {0x1002, 0x5963, 0, "ATI Radeon RV280 9200"}, \
+ {0x1002, 0x5964, 0, "ATI Radeon RV280 9200 SE"}, \
+ {0x1002, 0x5968, 0, "ATI Radeon RV280 9200"}, \
+ {0x1002, 0x5969, 0, "ATI Radeon RV280 9200"}, \
+ {0x1002, 0x596A, 0, "ATI Radeon RV280 9200"}, \
+ {0x1002, 0x596B, 0, "ATI Radeon RV280 9200"}, \
+ {0x1002, 0x5c61, 0, "ATI Radeon RV280 Mobility"}, \
+ {0x1002, 0x5c62, 0, "ATI Radeon RV280"}, \
+ {0x1002, 0x5c63, 0, "ATI Radeon RV280 Mobility"}, \
+ {0x1002, 0x5c64, 0, "ATI Radeon RV280"}, \
{0, 0, 0, NULL}
#define DRIVER_FILE_FIELDS \
OpenPOWER on IntegriCloud