diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-03-28 17:08:07 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-03-28 17:08:07 +0000 |
commit | 62ae56e1dfddbb548a6f8e60075e158934af3935 (patch) | |
tree | e4fa519f8cfd4948c1278e11e201f03e87622820 /sys/dev | |
parent | eb52f108e1e65676321618a325d2a0e7f61fc972 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8dc96cf62b0..4ac5acb2bfd 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.1045 2006/03/27 17:54:29 brad Exp + * OpenBSD: pcidevs,v 1.1046 2006/03/28 17:06:34 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -870,6 +870,7 @@ #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_X300 0x5a33 /* Radeon X300 */ #define PCI_PRODUCT_ATI_RX480_PCIE 0x5a34 /* RX480 PCIE */ #define PCI_PRODUCT_ATI_RS480_PCIE_2 0x5a36 /* RS480 PCIE */ #define PCI_PRODUCT_ATI_RS480_PCIE_3 0x5a37 /* RS480 PCIE */ @@ -1600,7 +1601,7 @@ #define PCI_PRODUCT_INTEL_PRO_100_VM_18 0x1094 /* PRO/100 VM */ #define PCI_PRODUCT_INTEL_PRO_100_VM_19 0x1095 /* PRO/100 VM */ #define PCI_PRODUCT_INTEL_80003ES2LAN_CPR_DPT 0x1096 /* PRO/1000 PT (80003ES2) */ -#define PCI_PRODUCT_INTEL_80003ES2LAN_SDS_DPT 0x1098 /* PRO/1000 PT (80003ES2) */ +#define PCI_PRODUCT_INTEL_80003ES2LAN_SDS_DPT 0x1098 /* PRO/1000 PF (80003ES2) */ #define PCI_PRODUCT_INTEL_82573L 0x109a /* PRO/1000MT (82573L) */ #define PCI_PRODUCT_INTEL_82597EX_CX4 0x109e /* PRO/10GbE CX4 (82597EX) */ #define PCI_PRODUCT_INTEL_82546GB_QUAD_CPR 0x1099 /* PRO/1000MT QP (82546GB) */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 23430ba5f78..5d448ebee02 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.1045 2006/03/27 17:54:29 brad Exp + * OpenBSD: pcidevs,v 1.1046 2006/03/28 17:06:34 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2027,6 +2027,10 @@ static const struct pci_known_product pci_known_products[] = { "Radeon XPRESS 200M", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_X300, + "Radeon X300", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RX480_PCIE, "RX480 PCIE", }, @@ -4372,7 +4376,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_80003ES2LAN_SDS_DPT, - "PRO/1000 PT (80003ES2)", + "PRO/1000 PF (80003ES2)", }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82573L, |