diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2021-03-17 15:58:39 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2021-03-17 15:58:39 +0000 |
commit | 0d246cd4ca37e0e84f7f39795de28fd09d0f1f8e (patch) | |
tree | 4831a1e36cd6559ba56a0192e4d23fb5166bef78 | |
parent | 7b448ed4fc5374ae0a6b90a00002d1cba0c2ecec (diff) |
Add another iwx(4) PCI device ID.
Based on a patch by Fredrik Engberg
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 8c20c10d7c4..1b9ab25d369 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1960 2021/03/14 01:09:29 jan Exp $ +$OpenBSD: pcidevs,v 1.1961 2021/03/17 15:58:38 stsp Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -4980,6 +4980,7 @@ product INTEL 495SERIES_LP_I2C_4 0x34eb 495 Series I2C product INTEL 495SERIES_LP_XHCI 0x34ed 495 Series xHCI product INTEL 495SERIES_LP_XDCI 0x34ee 495 Series xDCI product INTEL 495SERIES_LP_SRAM 0x34ef 495 Series Shared SRAM +product INTEL WL_22500_4 0x34f0 Wi-Fi 6 AX201 product INTEL 495SERIES_LP_SDXC 0x34f8 495 Series SDXC product INTEL 495SERIES_LP_GSPI_3 0x34fb 495 Series GSPI product INTEL 495SERIES_LP_ISH 0x34fc 495 Series ISH |