summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2008-11-03 11:42:45 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2008-11-03 11:42:45 +0000
commit1aec2a126142031c2026e2f3f680bdfa6ec27f5a (patch)
tree2ccba840c8920cc5f0a1f7d44adadab325000348 /sys
parentfd09b38c1014359b1f17b7f826bdce67f912c0a5 (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 1b9db8e8acd..e1d9e9f30f1 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.1426 2008/10/30 23:11:30 brad Exp
+ * OpenBSD: pcidevs,v 1.1427 2008/11/03 11:42:15 robert Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1096,6 +1096,7 @@
#define PCI_PRODUCT_ATI_RADEON_HD3870 0x9501 /* Radeon HD 3870 */
#define PCI_PRODUCT_ATI_RADEON_HD2600_M76 0x9581 /* Mobility Radeon HD 2600 */
#define PCI_PRODUCT_ATI_RADEON_HD2600_PRO 0x9589 /* Radeon HD 2600 Pro */
+#define PCI_PRODUCT_ATI_RADEON_HD3650 0x9598 /* Radeon HD 3650 */
#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 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 80b191248ac..463e48a2230 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.1426 2008/10/30 23:11:30 brad Exp
+ * OpenBSD: pcidevs,v 1.1427 2008/11/03 11:42:15 robert Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2780,6 +2780,10 @@ static const struct pci_known_product pci_known_products[] = {
"Radeon HD 2600 Pro",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD3650,
+ "Radeon HD 3650",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD3450,
"Radeon HD 3450",
},