diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-01-02 20:20:25 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-01-02 20:20:25 +0000 |
commit | 20373a075a695d5136cc742bdcc6422fb8b126cf (patch) | |
tree | f8aa07d574c6bb65388dad3e979adeb093bd7901 /sys | |
parent | e98f5152fc1a7221a55c2a11ff978621e1e23296 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 6ddd480143b..059e753d088 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.571 2002/12/19 20:05:00 henning Exp + * OpenBSD: pcidevs,v 1.572 2003/01/02 20:18:53 grange Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1970,6 +1970,7 @@ #define PCI_PRODUCT_PROMISE_PDC20275 0x1275 /* PDC20275 */ #define PCI_PRODUCT_PROMISE_PDC20276 0x5275 /* PDC20276 */ #define PCI_PRODUCT_PROMISE_PDC20277 0x7275 /* PDC20277 */ +#define PCI_PRODUCT_PROMISE_PDC20376 0x3376 /* PDC20376 */ /* QLogic products */ #define PCI_PRODUCT_QLOGIC_ISP1020 0x1020 /* ISP1020 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 95e4ca1a118..0e61114e398 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.571 2002/12/19 20:05:00 henning Exp + * OpenBSD: pcidevs,v 1.572 2003/01/02 20:18:53 grange Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4395,6 +4395,10 @@ static const struct pci_known_product pci_known_products[] = { "PDC20277", }, { + PCI_VENDOR_PROMISE, PCI_PRODUCT_PROMISE_PDC20376, + "PDC20376", + }, + { PCI_VENDOR_QLOGIC, PCI_PRODUCT_QLOGIC_ISP1020, "ISP1020", }, |