diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-06-04 11:47:10 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-06-04 11:47:10 +0000 |
commit | ad3f460e8c280fb130f85a3c751a9048a1535b66 (patch) | |
tree | aeff340c790f4c736e9a038819eb058ec478d92a /sys | |
parent | b3fb12baf1459271c737869d97db260648612fab (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index db8fdf07505..e8ff26b06e0 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.1612 2011/06/04 10:56:55 kettenis Exp + * OpenBSD: pcidevs,v 1.1613 2011/06/04 11:46:34 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1389,6 +1389,7 @@ #define PCI_PRODUCT_ATI_RADEON_HD4200_HDA 0x970f /* Radeon HD 4200 HD Audio */ #define PCI_PRODUCT_ATI_RADEON_HD4200 0x9710 /* Radeon HD 4200 */ #define PCI_PRODUCT_ATI_RADEON_HD4200_M 0x9712 /* Mobility Radeon HD 4200 */ +#define PCI_PRODUCT_ATI_RADEON_HD4290 0x9714 /* Radeon HD 4290 */ #define PCI_PRODUCT_ATI_RADEON_HD4250 0x9715 /* Radeon HD 4250 */ #define PCI_PRODUCT_ATI_RADEON_HD6310_1 0x9802 /* Radeon HD 6310 */ #define PCI_PRODUCT_ATI_RADEON_HD6310_2 0x9803 /* Radeon HD 6310 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index c0f2b1bc73b..9256160b6aa 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.1612 2011/06/04 10:56:55 kettenis Exp + * OpenBSD: pcidevs,v 1.1613 2011/06/04 11:46:34 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3900,6 +3900,10 @@ static const struct pci_known_product pci_known_products[] = { "Mobility Radeon HD 4200", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD4290, + "Radeon HD 4290", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD4250, "Radeon HD 4250", }, |