From: deraadt Date: Tue, 28 Jun 2022 13:06:21 +0000 (+0000) Subject: sync X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e8387bca2c12dea5ce75ec425550f668ce9f0c67;p=openbsd sync --- diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8946e8f9dfa..ef9c5ecfd92 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.1997 2022/06/21 04:08:53 jsg Exp + * OpenBSD: pcidevs,v 1.1998 2022/06/28 13:05:42 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -311,6 +311,7 @@ #define PCI_VENDOR_GENESYS 0x17a0 /* Genesys Logic */ #define PCI_VENDOR_LENOVO 0x17aa /* Lenovo */ #define PCI_VENDOR_HAWKING 0x17b3 /* Hawking Technology */ +#define PCI_VENDOR_QUALCOMM 0x17cb /* Qualcomm */ #define PCI_VENDOR_NETCHIP 0x17cc /* NetChip Technology */ #define PCI_VENDOR_I4 0x17cf /* I4 */ #define PCI_VENDOR_ARECA 0x17d3 /* Areca */ @@ -7987,6 +7988,9 @@ #define PCI_PRODUCT_QLOGIC_ISP6322 0x6322 /* ISP6322 */ #define PCI_PRODUCT_QLOGIC_ISP8432 0x8432 /* ISP8432 */ +/* Qualcomm products */ +#define PCI_PRODUCT_QUALCOMM_QCNFA765 0x1103 /* QCNFA765 */ + /* Quancom products */ #define PCI_PRODUCT_QUANCOM_PWDOG1 0x0010 /* PWDOG1 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7080318f67b..3e2809170fe 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.1997 2022/06/21 04:08:53 jsg Exp + * OpenBSD: pcidevs,v 1.1998 2022/06/28 13:05:42 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -28635,6 +28635,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_QLOGIC, PCI_PRODUCT_QLOGIC_ISP8432, "ISP8432", }, + { + PCI_VENDOR_QUALCOMM, PCI_PRODUCT_QUALCOMM_QCNFA765, + "QCNFA765", + }, { PCI_VENDOR_QUANCOM, PCI_PRODUCT_QUANCOM_PWDOG1, "PWDOG1", @@ -34495,6 +34499,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_HAWKING, "Hawking Technology", }, + { + PCI_VENDOR_QUALCOMM, + "Qualcomm", + }, { PCI_VENDOR_NETCHIP, "NetChip Technology",