diff options
author | Roland Scheidegger <rscheidegger_lists@hispeed.ch> | 2006-02-25 01:17:10 +0000 |
---|---|---|
committer | Roland Scheidegger <rscheidegger_lists@hispeed.ch> | 2006-02-25 01:17:10 +0000 |
commit | f41ec003f39c575299429897d4287233184583ad (patch) | |
tree | 68b9c4b8fad09889be4d4d3940d238af937e1b69 /hw/xfree86/common/xf86PciInfo.h | |
parent | 01a0bf881ada03ca3c27bdef7423c760c3bc2f9c (diff) |
Add two radeon pci ids (one is used for a radeon mobility X700 XL in a
medion notebook, the other is for a AIW X800 VE)
Diffstat (limited to 'hw/xfree86/common/xf86PciInfo.h')
-rw-r--r-- | hw/xfree86/common/xf86PciInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/common/xf86PciInfo.h b/hw/xfree86/common/xf86PciInfo.h index 183797e24..7d0056de1 100644 --- a/hw/xfree86/common/xf86PciInfo.h +++ b/hw/xfree86/common/xf86PciInfo.h @@ -182,6 +182,7 @@ #define PCI_CHIP_R420_JN 0x4A4E #define PCI_CHIP_R420_4A4F 0x4A4F #define PCI_CHIP_R420_JP 0x4A50 +#define PCI_CHIP_R420_4A54 0x4A54 #define PCI_CHIP_R481_4B49 0x4B49 #define PCI_CHIP_R481_4B4A 0x4B4A #define PCI_CHIP_R481_4B4B 0x4B4B @@ -305,6 +306,7 @@ #define PCI_CHIP_R423_UT 0x5554 #define PCI_CHIP_RV410_564A 0x564A #define PCI_CHIP_RV410_564B 0x564B +#define PCI_CHIP_RV410_564F 0x564F #define PCI_CHIP_RV410_5652 0x5652 #define PCI_CHIP_RV410_5653 0x5653 #define PCI_CHIP_MACH64VT 0x5654 |