From: jsg Date: Fri, 11 Jun 2021 15:43:22 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4f7c782cbf7c9177fff09b62bffe58a5ec180636;p=openbsd regen --- diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index fe81340d984..91eaa6cb9a1 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.1970 2021/05/19 05:20:48 jsg Exp + * OpenBSD: pcidevs,v 1.1971 2021/06/11 15:42:36 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6338,6 +6338,7 @@ #define PCI_PRODUCT_INTEL_CORE_SCRATCH 0xd156 /* Core Scratch */ #define PCI_PRODUCT_INTEL_CORE_CONTROL 0xd157 /* Core Control */ #define PCI_PRODUCT_INTEL_CORE_MISC 0xd158 /* Core Misc */ +#define PCI_PRODUCT_INTEL_500SERIES_HDA_2 0xf0c8 /* 500 Series HD Audio */ #define PCI_PRODUCT_INTEL_NVME_2 0xf1a5 /* NVMe */ #define PCI_PRODUCT_INTEL_NVME_3 0xf1a6 /* NVMe */ #define PCI_PRODUCT_INTEL_NVME_4 0xf1a8 /* NVMe */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 96bcaf1ec52..2ec7455d4be 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.1970 2021/05/19 05:20:48 jsg Exp + * OpenBSD: pcidevs,v 1.1971 2021/06/11 15:42:36 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -22759,6 +22759,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_MISC, "Core Misc", }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_HDA_2, + "500 Series HD Audio", + }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_NVME_2, "NVMe",