diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-23 04:59:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-23 04:59:28 +0000 |
commit | 3315461de3204908e5cc69524472a7cde9af44b5 (patch) | |
tree | 6e1948b196573e953f849181b0067203ee9a6671 /sys/dev/pci | |
parent | 921bcdf1e042b22bbe59e3f8ee32e82e20b7d762 (diff) |
sync
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 1052c17acc8..a43785498b2 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1388 2008/07/21 19:41:44 damien Exp + * OpenBSD: pcidevs,v 1.1389 2008/07/23 04:59:18 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1080,6 +1080,7 @@ #define PCI_PRODUCT_ATI_RADEON_HD2400_M72 0x94c9 /* Mobility Radeon HD 2400 */ #define PCI_PRODUCT_ATI_RADEON_HD3870 0x9501 /* Radeon HD 3870 */ #define PCI_PRODUCT_ATI_RADEON_HD2600 0x9589 /* Radeon HD 2600 */ +#define PCI_PRODUCT_ATI_RADEON_HD3450 0x95c5 /* Radeon HD 3450 */ #define PCI_PRODUCT_ATI_RS780_HB 0x9600 /* RS780 Host */ #define PCI_PRODUCT_ATI_RS780_PCIE_1 0x9602 /* RS780 PCIE */ #define PCI_PRODUCT_ATI_RS780_PCIE_2 0x9609 /* RS780 PCIE */ @@ -1087,6 +1088,7 @@ #define PCI_PRODUCT_ATI_RADEON_HD3200 0x9610 /* Radeon HD 3200 */ #define PCI_PRODUCT_ATI_RADEON_HD2600_HDA 0xaa08 /* Radeon HD 2600 HD Audio */ #define PCI_PRODUCT_ATI_RS690M_HDA 0xaa10 /* RS690M HD Audio */ ++product ATI RADEON_HD34xx_HDA 0xaa28 Radeon HD 34xx HD Audio #define PCI_PRODUCT_ATI_RS100_AGP 0xcab0 /* RS100 AGP */ #define PCI_PRODUCT_ATI_RS200_AGP 0xcab2 /* RS200 AGP */ #define PCI_PRODUCT_ATI_RS250_AGP 0xcab3 /* RS250 AGP */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f932950a13c..d801353b5d7 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1388 2008/07/21 19:41:44 damien Exp + * OpenBSD: pcidevs,v 1.1389 2008/07/23 04:59:18 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2724,6 +2724,10 @@ static const struct pci_known_product pci_known_products[] = { "Radeon HD 2600", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD3450, + "Radeon HD 3450", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS780_HB, "RS780 Host", }, |