diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-08-29 15:40:27 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-08-29 15:40:27 +0000 |
commit | efebe05e45b83a471b197c9c60cf9b9bcd6abea7 (patch) | |
tree | 4a2714efedd0b02f751166e6d99ff8b6d04c17d9 | |
parent | c53e8a22c099bb1751f6ea022901f58811d2bd97 (diff) |
regen
-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 d2c445d23aa..918dff292c3 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.2002 2022/08/21 04:03:47 daniel Exp + * OpenBSD: pcidevs,v 1.2003 2022/08/29 15:39:55 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -8045,6 +8045,7 @@ #define PCI_PRODUCT_QLOGIC_ISP8432 0x8432 /* ISP8432 */ /* Qualcomm products */ +#define PCI_PRODUCT_QUALCOMM_SC8280XP_PCIE 0x010e /* SC8280XP PCIe */ #define PCI_PRODUCT_QUALCOMM_QCNFA765 0x1103 /* QCNFA765 */ /* Quancom products */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f1221f9c247..28fda2a8f54 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.2002 2022/08/21 04:03:47 daniel Exp + * OpenBSD: pcidevs,v 1.2003 2022/08/29 15:39:55 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -28860,6 +28860,10 @@ static const struct pci_known_product pci_known_products[] = { "ISP8432", }, { + PCI_VENDOR_QUALCOMM, PCI_PRODUCT_QUALCOMM_SC8280XP_PCIE, + "SC8280XP PCIe", + }, + { PCI_VENDOR_QUALCOMM, PCI_PRODUCT_QUALCOMM_QCNFA765, "QCNFA765", }, |