diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2021-01-17 14:22:10 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2021-01-17 14:22:10 +0000 |
commit | 7674317c6750cc3181d99565c0c6263242a60ac9 (patch) | |
tree | b5467ab714f285cd92285b46a71c8dc3b8ac1901 /sys/dev/pci/pcidevs_data.h | |
parent | 0b5b5a932334850382e455c5a830c2ebcd5220ea (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 4c247894e33..05757d2f60f 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.1948 2021/01/16 05:08:19 jsg Exp + * OpenBSD: pcidevs,v 1.1949 2021/01/17 14:21:26 jcs Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -20716,6 +20716,10 @@ static const struct pci_known_product pci_known_products[] = { "500 Series Shared SRAM", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_3, + "Wi-Fi 6 AX201", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_LP_GSPI_3, "500 Series GSPI", }, |