diff options
author | Dave Airlie <airlied@redhat.com> | 2008-10-29 15:53:57 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-11-10 15:46:49 +1000 |
commit | 6c8b352264540ccc4622a7c0b704ce452dcd707d (patch) | |
tree | 2bb4b869978521a4bfcf90cc9ef7554dd8ce299c /src/radeon_chipset_gen.h | |
parent | 902eaf768142c6c7dcc487e10775027b84cd1f9a (diff) |
pciid: add HD3300 - 790GX chipset.
RH BZ (#466706)
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r-- | src/radeon_chipset_gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index 79b094a5..2a962671 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -303,5 +303,6 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RS780_9611, "ATI Radeon 3100 Graphics" }, { PCI_CHIP_RS780_9612, "ATI Radeon HD 3200 Graphics" }, { PCI_CHIP_RS780_9613, "ATI Radeon 3100 Graphics" }, + { PCI_CHIP_RS780_9614, "ATI Radeon HD 3300 Graphics" }, { -1, NULL } }; |