diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-12 17:51:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-12 17:51:00 +0000 |
commit | f9b783d7b1218da2aad2aa4f46a171bc6fc49de8 (patch) | |
tree | 35c7cfe5eeb51f82f7059dd1436b6418eb9b6f5a /sys | |
parent | 3366a1e50208184b39c8d281af538295ca2cf893 (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 17 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 19dd3c9b51f..6535d4ead47 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.1002 2006/01/12 01:26:56 jsg Exp + * OpenBSD: pcidevs,v 1.1003 2006/01/12 17:50:42 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -845,6 +845,7 @@ #define PCI_PRODUCT_ATI_RADEON_RV280_PRO_S 0x5940 /* Radeon 9200 PRO Sec */ #define PCI_PRODUCT_ATI_RADEON_RV280_S 0x5941 /* Radeon 9200 Sec */ #define PCI_PRODUCT_ATI_RADEON_RS480_HB 0x5950 /* RS480 Host */ +#define PCI_PRODUCT_ATI_RADEON_RX480_HB 0x5951 /* RX480 Host */ #define PCI_PRODUCT_ATI_RADEON_RS480 0x5954 /* Radeon XPRESS 200 */ #define PCI_PRODUCT_ATI_RADEON_RS480_B 0x5955 /* Radeon XPRESS 200M */ #define PCI_PRODUCT_ATI_RADEON_RV280_PRO 0x5960 /* Radeon 9200 PRO */ @@ -853,8 +854,10 @@ #define PCI_PRODUCT_ATI_RADEON_RV280_SE_S 0x5964 /* Radeon 9200 SE Sec */ #define PCI_PRODUCT_ATI_RADEON_RS482 0x5974 /* Radeon XPRESS 200 */ #define PCI_PRODUCT_ATI_RADEON_RS482_B 0x5975 /* Radeon XPRESS 200M */ +#define PCI_PRODUCT_ATI_RADEON_RX480_PCIE 0x5a34 /* RX480 PCIE */ #define PCI_PRODUCT_ATI_RADEON_RS480_PCIE_2 0x5a36 /* RS480 PCIE */ #define PCI_PRODUCT_ATI_RADEON_RS480_PCIE_3 0x5a37 /* RS480 PCIE */ +#define PCI_PRODUCT_ATI_RAFEON_RX480_PCIE_2 0x5a38 /* RX480 PCIE */ #define PCI_PRODUCT_ATI_RADEON_RS480_PCIE_1 0x5a3f /* RS480 PCIE */ #define PCI_PRODUCT_ATI_RADEON_RS400 0x5a41 /* Radeon XPRESS 200 */ #define PCI_PRODUCT_ATI_RADEON_RS400_B 0x5a42 /* Radeon XPRESS 200M */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index fd83c92fe3d..f1419095d10 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.1002 2006/01/12 01:26:56 jsg Exp + * OpenBSD: pcidevs,v 1.1003 2006/01/12 17:50:42 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1955,6 +1955,10 @@ static const struct pci_known_product pci_known_products[] = { "RS480 Host", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RX480_HB, + "RX480 Host", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RS480, "Radeon XPRESS 200", }, @@ -1987,6 +1991,10 @@ static const struct pci_known_product pci_known_products[] = { "Radeon XPRESS 200M", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RX480_PCIE, + "RX480 PCIE", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RS480_PCIE_2, "RS480 PCIE", }, @@ -1995,6 +2003,10 @@ static const struct pci_known_product pci_known_products[] = { "RS480 PCIE", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RAFEON_RX480_PCIE_2, + "RX480 PCIE", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RS480_PCIE_1, "RS480 PCIE", }, |