From c20582d02a20a0b6ab917f4a6d275862aa4fc611 Mon Sep 17 00:00:00 2001 From: patrick Date: Thu, 15 Aug 2024 11:26:03 +0000 Subject: [PATCH] sync --- sys/dev/pci/pcidevs.h | 3 ++- 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 7630c84d032..e12ab3c451e 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.2083 2024/08/10 11:00:14 jsg Exp + * OpenBSD: pcidevs,v 1.2084 2024/08/15 11:25:37 patrick Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -8650,6 +8650,7 @@ #define PCI_PRODUCT_QUALCOMM_SC8280XP_PCIE 0x010e /* SC8280XP PCIe */ #define PCI_PRODUCT_QUALCOMM_X1E80100_PCIE 0x0111 /* X1E80100 PCIe */ #define PCI_PRODUCT_QUALCOMM_QCNFA765 0x1103 /* QCNFA765 */ +#define PCI_PRODUCT_QUALCOMM_WCN7850 0x1107 /* WCN7850 */ /* 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 8413ebc5d0a..31593fc5858 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.2083 2024/08/10 11:00:14 jsg Exp + * OpenBSD: pcidevs,v 1.2084 2024/08/15 11:25:37 patrick Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -31207,6 +31207,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_QUALCOMM, PCI_PRODUCT_QUALCOMM_QCNFA765, "QCNFA765", }, + { + PCI_VENDOR_QUALCOMM, PCI_PRODUCT_QUALCOMM_WCN7850, + "WCN7850", + }, { PCI_VENDOR_QUANCOM, PCI_PRODUCT_QUANCOM_PWDOG1, "PWDOG1", -- 2.20.1