diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-12-01 03:15:13 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-12-01 03:15:13 +0000 |
commit | ec7f5539302fafd1ac7609ac423f1379f54916ab (patch) | |
tree | 5667079c25d95b916df72e2cab3f34509a340ee4 /hw/kdrive | |
parent | d221c484f9521c780fc3c7e88833c62e50463c6d (diff) |
Add more RV250 PCI IDs.
Diffstat (limited to 'hw/kdrive')
-rw-r--r-- | hw/kdrive/ati/ati.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/kdrive/ati/ati.c b/hw/kdrive/ati/ati.c index 6c3700da3..7c961d3be 100644 --- a/hw/kdrive/ati/ati.c +++ b/hw/kdrive/ati/ati.c @@ -59,6 +59,10 @@ struct pci_id_list radeon_id_list[] = { {0x1002, 0x4c58, "ATI Radeon RV200 LX"}, {0x1002, 0x4c59, "ATI Radeon Mobility M6 LY"}, {0x1002, 0x4c5a, "ATI Radeon Mobility LZ"}, + {0x1002, 0x4c64, "ATI Radeon RV250 Ld"}, + {0x1002, 0x4c65, "ATI Radeon RV250 Le"}, + {0x1002, 0x4c66, "ATI Radeon Mobility M9 RV250 Lf"}, + {0x1002, 0x4c67, "ATI Radeon RV250 Lg"}, {0x1002, 0x4e44, "ATI Radeon R300 ND"}, {0x1002, 0x4e45, "ATI Radeon R300 NE"}, {0x1002, 0x4e46, "ATI Radeon R300 NF"}, |