diff options
author | 2010-07-01 23:10:31 +0000 | |
---|---|---|
committer | 2010-07-01 23:10:31 +0000 | |
commit | 1414a93a143b4d4c9cba0e730d44698fafb51b1d (patch) | |
tree | 44ab066cf4b67b748d93253309ce49172e87c0d8 /sys/dev | |
parent | Radeon mobility Hd4870, from jcr. (diff) | |
download | wireguard-openbsd-1414a93a143b4d4c9cba0e730d44698fafb51b1d.tar.xz wireguard-openbsd-1414a93a143b4d4c9cba0e730d44698fafb51b1d.zip |
sync
Diffstat (limited to 'sys/dev')
-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 685f294d081..0ddd2dc1afa 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.1562 2010/06/27 08:25:42 mlarkin Exp + * OpenBSD: pcidevs,v 1.1563 2010/07/01 23:09:39 oga Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1326,6 +1326,7 @@ #define PCI_PRODUCT_ATI_RADEON_2100 0x796e /* Radeon 2100 */ #define PCI_PRODUCT_ATI_RADEON_HD4870 0x9440 /* Radeon HD 4870 */ #define PCI_PRODUCT_ATI_RADEON_HD4850 0x9442 /* Radeon HD 4850 */ +#define PCI_PRODUCT_ATI_RADEON_HD4870_M98 0x945a /* Mobility Radeon HD 4870 */ #define PCI_PRODUCT_ATI_RADEON_HD4890 0x9460 /* Radeon HD 4890 */ #define PCI_PRODUCT_ATI_RADEON_HD4670 0x9490 /* Radeon HD 4670 */ #define PCI_PRODUCT_ATI_RADEON_HD4650 0x9498 /* Radeon HD 4650 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 474ecd42c0e..3ea3175cec1 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.1562 2010/06/27 08:25:42 mlarkin Exp + * OpenBSD: pcidevs,v 1.1563 2010/07/01 23:09:39 oga Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3660,6 +3660,10 @@ static const struct pci_known_product pci_known_products[] = { "Radeon HD 4850", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD4870_M98, + "Mobility Radeon HD 4870", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD4890, "Radeon HD 4890", }, |