diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-10-30 02:01:29 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-10-30 02:01:29 +0000 |
commit | 82a88e0a5d8c1c8954ad49937c949bfb8ca69c4d (patch) | |
tree | 1acd7a201bedace854674d2b5f92cdfd1f5d6188 /sys/dev/pci | |
parent | 15b51872292365b1217127d7dd40891c93b8363a (diff) |
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 756f3b31e7d..a320e455681 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.1171 2006/10/27 03:58:11 brad Exp + * OpenBSD: pcidevs,v 1.1172 2006/10/30 02:00:56 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -481,6 +481,7 @@ #define PCI_PRODUCT_ALI_M1541 0x1541 /* M1541 PCI */ #define PCI_PRODUCT_ALI_M1543 0x1543 /* M1543 ISA */ #define PCI_PRODUCT_ALI_M1563 0x1563 /* M1563 ISA */ +#define PCI_PRODUCT_ALI_M1573 0x1573 /* M1573 ISA */ #define PCI_PRODUCT_ALI_M1575 0x1575 /* M1575 ISA */ #define PCI_PRODUCT_ALI_M1621 0x1621 /* M1621 PCI */ #define PCI_PRODUCT_ALI_M1631 0x1631 /* M1631 PCI */ @@ -2487,6 +2488,7 @@ #define PCI_PRODUCT_NEC_PKUG 0x007d /* I/O */ #define PCI_PRODUCT_NEC_uPD72874 0x00f2 /* Firewire */ #define PCI_PRODUCT_NEC_USB2 0x00e0 /* USB */ +#define PCI_PRODUCT_NEC_uPD720400 0x0125 /* PCIE-PCIX */ #define PCI_PRODUCT_NEC_VERSAMAESTRO 0x8058 /* Versa Maestro */ #define PCI_PRODUCT_NEC_VERSAPRONXVA26D 0x803c /* Versa Va26D Maestro */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 686df022900..01e23b662e9 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.1171 2006/10/27 03:58:11 brad Exp + * OpenBSD: pcidevs,v 1.1172 2006/10/30 02:00:56 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -563,6 +563,10 @@ static const struct pci_known_product pci_known_products[] = { "M1563 ISA", }, { + PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M1573, + "M1573 ISA", + }, + { PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M1575, "M1575 ISA", }, @@ -7499,6 +7503,10 @@ static const struct pci_known_product pci_known_products[] = { "USB", }, { + PCI_VENDOR_NEC, PCI_PRODUCT_NEC_uPD720400, + "PCIE-PCIX", + }, + { PCI_VENDOR_NEC, PCI_PRODUCT_NEC_VERSAMAESTRO, "Versa Maestro", }, |