diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 22 |
2 files changed, 27 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 56d24edeadf..98d86b97211 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.1508 2009/11/16 18:45:04 jsg Exp + * OpenBSD: pcidevs,v 1.1509 2009/11/18 18:19:15 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3028,6 +3028,7 @@ #define PCI_PRODUCT_INTEL_EP80579_SATA 0x5028 /* EP80579 SATA */ #define PCI_PRODUCT_INTEL_EP80579_AHCI 0x5029 /* EP80579 AHCI */ #define PCI_PRODUCT_INTEL_EP80579_ASU 0x502c /* EP80579 ASU */ +#define PCI_PRODUCT_INTEL_EP80579_RESERVED1 0x5030 /* EP80579 Reserved */ #define PCI_PRODUCT_INTEL_EP80579_LPC 0x5031 /* EP80579 LPC */ #define PCI_PRODUCT_INTEL_EP80579_SMBUS 0x5032 /* EP80579 SMBus */ #define PCI_PRODUCT_INTEL_EP80579_UHCI 0x5033 /* EP80579 USB */ @@ -3037,6 +3038,9 @@ #define PCI_PRODUCT_INTEL_EP80579_CAN_2 0x503a /* EP80579 CANbus */ #define PCI_PRODUCT_INTEL_EP80579_SERIAL 0x503b /* EP80579 Serial */ #define PCI_PRODUCT_INTEL_EP80579_1588 0x503c /* EP80579 1588 */ +#define PCI_PRODUCT_INTEL_EP80579_LEB 0x503d /* EP80579 LEB */ +#define PCI_PRODUCT_INTEL_EP80579_GCU 0x503e /* EP80579 GCU */ +#define PCI_PRODUCT_INTEL_EP80579_RESERVED2 0x503f /* EP80579 Reserved */ #define PCI_PRODUCT_INTEL_EP80579_LAN_1 0x5040 /* EP80579 LAN */ #define PCI_PRODUCT_INTEL_EP80579_LAN_2 0x5044 /* EP80579 LAN */ #define PCI_PRODUCT_INTEL_EP80579_LAN_3 0x5048 /* EP80579 LAN */ @@ -3552,6 +3556,7 @@ /* Newbridge / Tundra products */ #define PCI_PRODUCT_NEWBRIDGE_CA91CX42 0x0000 /* Universe VME */ +#define PCI_PRODUCT_NEWBRIDGE_TSI381 0x8111 /* Tsi381 PCIE-PCI */ /* SIIG products */ #define PCI_PRODUCT_SIIG_1000 0x1000 /* I/O */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index dea2f1745b5..93e616982c7 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.1508 2009/11/16 18:45:04 jsg Exp + * OpenBSD: pcidevs,v 1.1509 2009/11/18 18:19:15 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -9804,6 +9804,10 @@ static const struct pci_known_product pci_known_products[] = { "EP80579 ASU", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_EP80579_RESERVED1, + "EP80579 Reserved", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_EP80579_LPC, "EP80579 LPC", }, @@ -9840,6 +9844,18 @@ static const struct pci_known_product pci_known_products[] = { "EP80579 1588", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_EP80579_LEB, + "EP80579 LEB", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_EP80579_GCU, + "EP80579 GCU", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_EP80579_RESERVED2, + "EP80579 Reserved", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_EP80579_LAN_1, "EP80579 LAN", }, @@ -11476,6 +11492,10 @@ static const struct pci_known_product pci_known_products[] = { "Universe VME", }, { + PCI_VENDOR_NEWBRIDGE, PCI_PRODUCT_NEWBRIDGE_TSI381, + "Tsi381 PCIE-PCI", + }, + { PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1000, "I/O", }, |