diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-03-15 06:01:49 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-03-15 06:01:49 +0000 |
commit | b93b6840228d38589b6e976f3a325539c4fc9ae0 (patch) | |
tree | d35820c6673361c8a4740bd79fbf342f099ea5f1 /sys/dev | |
parent | 5fd3316450cf577b648c7a551d35a39f3d7c2069 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 15 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 28 |
2 files changed, 34 insertions, 9 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index da081703317..863d37c387f 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.1215 2007/03/15 04:22:22 jsg Exp + * OpenBSD: pcidevs,v 1.1217 2007/03/15 06:00:35 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -545,6 +545,7 @@ #define PCI_PRODUCT_ADP_3940 0x7278 /* AHA-3940 */ #define PCI_PRODUCT_ADP_3985 0x7378 /* AHA-3985 */ #define PCI_PRODUCT_ADP_2944 0x7478 /* AHA-2944 */ +#define PCI_PRODUCT_ADP_AIC7815 0x7815 /* AIC-7815 */ #define PCI_PRODUCT_ADP_AIC7880 0x8078 /* AIC-7880 */ #define PCI_PRODUCT_ADP_2940U 0x8178 /* AHA-2940U */ #define PCI_PRODUCT_ADP_3940U 0x8278 /* AHA-3940U */ @@ -1966,19 +1967,22 @@ #define PCI_PRODUCT_INTEL_5000X_HB 0x25c0 /* 5000X Host */ #define PCI_PRODUCT_INTEL_5000Z_HB 0x25d0 /* 5000Z Host */ #define PCI_PRODUCT_INTEL_5000V_HB 0x25d4 /* 5000V Host */ +#define PCI_PRODUCT_INTEL_5000P_HB 0x25d8 /* 5000P Host */ #define PCI_PRODUCT_INTEL_5000_PCIE_1 0x25e2 /* 5000 PCIE */ #define PCI_PRODUCT_INTEL_5000_PCIE_2 0x25e3 /* 5000 PCIE */ #define PCI_PRODUCT_INTEL_5000_PCIE_3 0x25e4 /* 5000 PCIE */ #define PCI_PRODUCT_INTEL_5000_PCIE_4 0x25e5 /* 5000 PCIE */ -#define PCI_PRODUCT_INTEL_5000_PCIE_5 0x25e7 /* 5000 PCIE */ +#define PCI_PRODUCT_INTEL_5000_PCIE_5 0x25e6 /* 5000 PCIE */ +#define PCI_PRODUCT_INTEL_5000_PCIE_6 0x25e7 /* 5000 PCIE */ #define PCI_PRODUCT_INTEL_5000_ERR_REG 0x25f0 /* 5000 Error Reporting */ #define PCI_PRODUCT_INTEL_5000_RESERVED_1 0x25f1 /* 5000 Reserved */ #define PCI_PRODUCT_INTEL_5000_RESERVED_2 0x25f3 /* 5000 Reserved */ #define PCI_PRODUCT_INTEL_5000_FBD_1 0x25f5 /* 5000 FBD */ #define PCI_PRODUCT_INTEL_5000_FBD_2 0x25f6 /* 5000 FBD */ -#define PCI_PRODUCT_INTEL_5000_PCIE_6 0x25f7 /* 5000 PCIE */ -#define PCI_PRODUCT_INTEL_5000_PCIE_7 0x25f8 /* 5000 PCIE */ -#define PCI_PRODUCT_INTEL_5000_PCIE_8 0x25f9 /* 5000 PCIE */ +#define PCI_PRODUCT_INTEL_5000_PCIE_7 0x25f7 /* 5000 PCIE */ +#define PCI_PRODUCT_INTEL_5000_PCIE_8 0x25f8 /* 5000 PCIE */ +#define PCI_PRODUCT_INTEL_5000_PCIE_9 0x25f9 /* 5000 PCIE */ +#define PCI_PRODUCT_INTEL_5000X_PCIE 0x25fa /* 5000X PCIE */ #define PCI_PRODUCT_INTEL_E8500_HB 0x2600 /* E8500 Host */ #define PCI_PRODUCT_INTEL_E8500_PCIE_1 0x2601 /* E8500 PCIE */ #define PCI_PRODUCT_INTEL_E8500_PCIE_2 0x2602 /* E8500 PCIE */ @@ -2871,6 +2875,7 @@ #define PCI_PRODUCT_NVIDIA_NFORCE_USB 0x01c2 /* nForce USB */ #define PCI_PRODUCT_NVIDIA_NFORCE_LAN 0x01c3 /* nForce LAN */ #define PCI_PRODUCT_NVIDIA_GEFORCE7300LE 0x01d1 /* GeForce 7300 LE */ +#define PCI_PRODUCT_NVIDIA_GEFORE7300GO 0x01d7 /* GeForce 7300 Go */ #define PCI_PRODUCT_NVIDIA_GEFORCE7300GS 0x01df /* GeForce 7300 GS */ #define PCI_PRODUCT_NVIDIA_NFORCE2_PCHB 0x01e0 /* nForce2 PCI */ #define PCI_PRODUCT_NVIDIA_NFORCE2_AGP 0x01e8 /* nForce2 AGP */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 642ba0e3ca9..c0f524a0b2b 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.1215 2007/03/15 04:22:22 jsg Exp + * OpenBSD: pcidevs,v 1.1217 2007/03/15 06:00:35 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -800,6 +800,10 @@ static const struct pci_known_product pci_known_products[] = { "AHA-2944", }, { + PCI_VENDOR_ADP, PCI_PRODUCT_ADP_AIC7815, + "AIC-7815", + }, + { PCI_VENDOR_ADP, PCI_PRODUCT_ADP_AIC7880, "AIC-7880", }, @@ -5724,6 +5728,10 @@ static const struct pci_known_product pci_known_products[] = { "5000V Host", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000P_HB, + "5000P Host", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_1, "5000 PCIE", }, @@ -5744,6 +5752,10 @@ static const struct pci_known_product pci_known_products[] = { "5000 PCIE", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_6, + "5000 PCIE", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_ERR_REG, "5000 Error Reporting", }, @@ -5764,18 +5776,22 @@ static const struct pci_known_product pci_known_products[] = { "5000 FBD", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_6, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_7, "5000 PCIE", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_7, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_8, "5000 PCIE", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_8, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_9, "5000 PCIE", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000X_PCIE, + "5000X PCIE", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E8500_HB, "E8500 Host", }, @@ -8864,6 +8880,10 @@ static const struct pci_known_product pci_known_products[] = { "GeForce 7300 LE", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORE7300GO, + "GeForce 7300 Go", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE7300GS, "GeForce 7300 GS", }, |