summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2003-11-23 02:08:16 +0000
committerEric Anholt <anholt@freebsd.org>2003-11-23 02:08:16 +0000
commit8e09afe657b110bc1ea9e58dea81a120c343d16e (patch)
treed60406f0f222831f541f431d25cabae2d0f4452e
parentb3247251fb7d9f2d50ef41d9c2089629544d534d (diff)
Add RV250 PCI IDs.
-rw-r--r--hw/kdrive/ati/ati.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/kdrive/ati/ati.c b/hw/kdrive/ati/ati.c
index 0374485ee..8e0caebe5 100644
--- a/hw/kdrive/ati/ati.c
+++ b/hw/kdrive/ati/ati.c
@@ -51,6 +51,10 @@ struct pci_id_list radeon_id_list[] = {
{0x1002, 0x4336, "ATI Radeon RS100"},
{0x1002, 0x4337, "ATI Radeon RS200"},
{0x1002, 0x4437, "ATI Radeon RS250"},
+ {0x1002, 0x4964, "ATI Radeon RV250 Id"},
+ {0x1002, 0x4965, "ATI Radeon RV250 Ie"},
+ {0x1002, 0x4966, "ATI Radeon RV250 If"},
+ {0x1002, 0x4967, "ATI Radeon RV250 Ig"},
{0x1002, 0x4c57, "ATI Radeon RV200 LW"},
{0x1002, 0x4c58, "ATI Radeon RV200 LX"},
{0x1002, 0x4c59, "ATI Radeon Mobility M6 LY"},