diff options
author | 2001-12-19 16:36:41 +0000 | |
---|---|---|
committer | 2001-12-19 16:36:41 +0000 | |
commit | b5c80483447580b1e53f71a060c257782ee46a16 (patch) | |
tree | 52767f12aa98576c1843fb3af9e46f9f2826c9b3 | |
parent | promise 20268r and 20269 pci ids; from Alexander Yurchenko <grange@rt.mipt.ru> (diff) | |
download | wireguard-openbsd-b5c80483447580b1e53f71a060c257782ee46a16.tar.xz wireguard-openbsd-b5c80483447580b1e53f71a060c257782ee46a16.zip |
regen
-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 e3655f0a54c..d057f7e3ad9 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.475 2001/12/18 17:31:14 drahn Exp + * OpenBSD: pcidevs,v 1.476 2001/12/19 16:36:24 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1725,6 +1725,8 @@ #define PCI_PRODUCT_PROMISE_PDC20265 0x0d30 /* PDC20265 */ #define PCI_PRODUCT_PROMISE_PDC20267 0x4d30 /* PDC20267 */ #define PCI_PRODUCT_PROMISE_PDC20268 0x4d68 /* PDC20268 */ +#define PCI_PRODUCT_PROMISE_PDC20268R 0x6268 /* PDC20268R */ +#define PCI_PRODUCT_PROMISE_PDC20269 0x4d69 /* PDC20269 */ /* 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 79f4a672a7d..450a442e99b 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.475 2001/12/18 17:31:14 drahn Exp + * OpenBSD: pcidevs,v 1.476 2001/12/19 16:36:24 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3527,6 +3527,14 @@ static const struct pci_known_product pci_known_products[] = { "PDC20268", }, { + PCI_VENDOR_PROMISE, PCI_PRODUCT_PROMISE_PDC20268R, + "PDC20268R", + }, + { + PCI_VENDOR_PROMISE, PCI_PRODUCT_PROMISE_PDC20269, + "PDC20269", + }, + { PCI_VENDOR_QLOGIC, PCI_PRODUCT_QLOGIC_ISP1020, "ISP1020", }, |