From 343b01c9bf35b125cd0c3df8db7c01a5fb227bda Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Thu, 24 Jan 2013 19:57:23 -0500 Subject: radeon/kms: add oland pci ids Signed-off-by: Alex Deucher --- src/radeon_chipset_gen.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/radeon_chipset_gen.h') diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index 3a274167..e5ce1046 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -583,5 +583,18 @@ SymTabRec RADEONChipsets[] = { { PCI_CHIP_VERDE_683B, "VERDE" }, { PCI_CHIP_VERDE_683D, "VERDE" }, { PCI_CHIP_VERDE_683F, "VERDE" }, + { PCI_CHIP_OLAND_6600, "OLAND" }, + { PCI_CHIP_OLAND_6601, "OLAND" }, + { PCI_CHIP_OLAND_6602, "OLAND" }, + { PCI_CHIP_OLAND_6603, "OLAND" }, + { PCI_CHIP_OLAND_6606, "OLAND" }, + { PCI_CHIP_OLAND_6607, "OLAND" }, + { PCI_CHIP_OLAND_6610, "OLAND" }, + { PCI_CHIP_OLAND_6611, "OLAND" }, + { PCI_CHIP_OLAND_6613, "OLAND" }, + { PCI_CHIP_OLAND_6620, "OLAND" }, + { PCI_CHIP_OLAND_6621, "OLAND" }, + { PCI_CHIP_OLAND_6623, "OLAND" }, + { PCI_CHIP_OLAND_6631, "OLAND" }, { -1, NULL } }; -- cgit v1.2.3