summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-11-30 14:39:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-11-30 14:39:19 +0000
commit675ec6e28a1ab1a3312bf388f6049b1bc2c5ad27 (patch)
tree99160539deb8560378c4463727376a08ef6f09ad /sys/dev
parente74cb9788236fbc2f8dacef34ba7c0da18a5cfd0 (diff)
sync
Diffstat (limited to 'sys/dev')
-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 8a7581db6a3..22a39426bb4 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.1437 2008/11/23 09:49:11 deraadt Exp
+ * OpenBSD: pcidevs,v 1.1438 2008/11/30 14:39:09 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1280,6 +1280,7 @@
#define PCI_PRODUCT_ATI_RADEON_X1250IGP 0x791e /* Radeon X1250 IGP */
#define PCI_PRODUCT_ATI_RADEON_2100 0x796e /* Radeon 2100 */
#define PCI_PRODUCT_ATI_RADEON_HD4850 0x9442 /* Radeon HD 4850 */
+#define PCI_PRODUCT_ATI_RADEON_HD4650 0x9498 /* Radeon HD 4650 */
#define PCI_PRODUCT_ATI_RADEON_HD2400_XT 0x94c1 /* Radeon HD 2400 XT */
#define PCI_PRODUCT_ATI_RADEON_HD2400_PRO 0x94c3 /* Radeon HD 2400 Pro */
#define PCI_PRODUCT_ATI_RADEON_HD2400_M72 0x94c9 /* Mobility Radeon HD 2400 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 2e1eb83714a..e599db02770 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.1437 2008/11/23 09:49:11 deraadt Exp
+ * OpenBSD: pcidevs,v 1.1438 2008/11/30 14:39:09 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3512,6 +3512,10 @@ static const struct pci_known_product pci_known_products[] = {
"Radeon HD 4850",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD4650,
+ "Radeon HD 4650",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD2400_XT,
"Radeon HD 2400 XT",
},