diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-01-15 10:15:53 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-01-15 10:15:53 +0000 |
commit | 362577ea891e6ae4689d6869aa6a436fc26c5e93 (patch) | |
tree | b184895bec6e71ed91780bff393e71428271157d | |
parent | a520157e5b572cb9a178e6116b7182cce863cba0 (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 13 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 46 |
2 files changed, 57 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 86f99dcba74..a34c9ccc16c 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.815 2005/01/15 05:54:02 jsg Exp + * OpenBSD: pcidevs,v 1.817 2005/01/15 10:14:17 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1447,6 +1447,9 @@ #define PCI_PRODUCT_INTEL_82875P_HB 0x2578 /* 82875P Host */ #define PCI_PRODUCT_INTEL_82875P_AGP 0x2579 /* 82875P AGP */ #define PCI_PRODUCT_INTEL_82875P_CSA 0x257b /* 82875P PCI-CSA */ +#define PCI_PRODUCT_INTEL_E7221_HB 0x2588 /* E7221 MCH Host */ +#define PCI_PRODUCT_INTEL_E7221_PCIE 0x2589 /* E7221 PCIE Bridge */ +#define PCI_PRODUCT_INTEL_E7221_IGD 0x258a /* E7221 Video */ #define PCI_PRODUCT_INTEL_6300ESB_LPC 0x25a1 /* 6300ESB LPC */ #define PCI_PRODUCT_INTEL_6300ESB_IDE 0x25a2 /* 6300ESB IDE */ #define PCI_PRODUCT_INTEL_6300ESB_SATA 0x25a3 /* 6300ESB SATA */ @@ -1469,6 +1472,7 @@ #define PCI_PRODUCT_INTEL_82801FB_PCIE_2 0x2662 /* 82801FB PCIE */ #define PCI_PRODUCT_INTEL_82801FB_PCIE_3 0x2664 /* 82801FB PCIE */ #define PCI_PRODUCT_INTEL_82801FB_PCIE_4 0x2666 /* 82801FB PCIE */ +#define PCI_PRODUCT_INTEL_82801FB_SMBUS 0x266a /* 82801FB SMBus */ #define PCI_PRODUCT_INTEL_82801FB_IDE 0x266f /* 82801FB IDE */ #define PCI_PRODUCT_INTEL_RCU32 0x3092 /* RCU32 I2O RAID */ #define PCI_PRODUCT_INTEL_31244 0x3200 /* 31244 SATA */ @@ -1923,8 +1927,15 @@ #define PCI_PRODUCT_NVIDIA_NFORCE2_PPB 0x006c /* nForce2 PCI-PCI */ #define PCI_PRODUCT_NVIDIA_NFORCE2_PPB2 0x006d /* nForce2 PCI-PCI */ #define PCI_PRODUCT_NVIDIA_NFORCE2_FW 0x006e /* nForce2 FireWire */ +#define PCI_PRODUCT_NVIDIA_NFORCE2_400_ISA 0x0080 /* nForce2 400 ISA */ +#define PCI_PRODUCT_NVIDIA_NFORCE2_400_SMB 0x0084 /* nForce2 400 SMBus */ +#define PCI_PRODUCT_NVIDIA_NFORCE2_400_IDE 0x0085 /* nForce2 400 IDE */ #define PCI_PRODUCT_NVIDIA_NFORCE3_LAN2 0x0086 /* nForce3 LAN */ +#define PCI_PRODUCT_NVIDIA_NFORCE2_400_USB 0x0087 /* nForce2 400 USB */ +#define PCI_PRODUCT_NVIDIA_NFORCE2_400_USB2 0x0088 /* nForce2 400 USB2 */ +#define PCI_PRODUCT_NVIDIA_NFORCE2_400_PPB 0x008b /* nForce2 400 PCI-PCI */ #define PCI_PRODUCT_NVIDIA_NFORCE3_LAN3 0x008c /* nForce3 LAN */ +#define PCI_PRODUCT_NVIDIA_NFORCE2_400_SATA 0x008e /* nForce2 400 SATA */ #define PCI_PRODUCT_NVIDIA_ITNT2 0x00a0 /* Aladdin TNT2 */ #define PCI_PRODUCT_NVIDIA_NFORCE3_ISA 0x00d0 /* nForce3 ISA */ #define PCI_PRODUCT_NVIDIA_NFORCE3_PCHB 0x00d1 /* nForce3 PCI Host */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index b6ffda2626b..6d6c55439d6 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.815 2005/01/15 05:54:02 jsg Exp + * OpenBSD: pcidevs,v 1.817 2005/01/15 10:14:17 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3895,6 +3895,18 @@ static const struct pci_known_product pci_known_products[] = { "82875P PCI-CSA", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E7221_HB, + "E7221 MCH Host", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E7221_PCIE, + "E7221 PCIE Bridge", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E7221_IGD, + "E7221 Video", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_LPC, "6300ESB LPC", }, @@ -3983,6 +3995,10 @@ static const struct pci_known_product pci_known_products[] = { "82801FB PCIE", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FB_SMBUS, + "82801FB SMBus", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FB_IDE, "82801FB IDE", }, @@ -5391,14 +5407,42 @@ static const struct pci_known_product pci_known_products[] = { "nForce2 FireWire", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE2_400_ISA, + "nForce2 400 ISA", + }, + { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE2_400_SMB, + "nForce2 400 SMBus", + }, + { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE2_400_IDE, + "nForce2 400 IDE", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_LAN2, "nForce3 LAN", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE2_400_USB, + "nForce2 400 USB", + }, + { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE2_400_USB2, + "nForce2 400 USB2", + }, + { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE2_400_PPB, + "nForce2 400 PCI-PCI", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_LAN3, "nForce3 LAN", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE2_400_SATA, + "nForce2 400 SATA", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_ITNT2, "Aladdin TNT2", }, |