1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-19 07:43:34 +02:00
This commit is contained in:
stsp
2026-03-11 09:46:17 +00:00
parent 6b17d7e96d
commit a944417af3
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -6382,6 +6382,7 @@
#define PCI_PRODUCT_INTEL_ARL_U_PCIE_6 0x773d /* Core Ultra PCIE */
#define PCI_PRODUCT_INTEL_ARL_U_PCIE_7 0x773e /* Core Ultra PCIE */
#define PCI_PRODUCT_INTEL_ARL_U_PCIE_8 0x773f /* Core Ultra PCIE */
#define PCI_PRODUCT_INTEL_WL_22500_18 0x7740 /* Wi-Fi 6e AX211 */
#define PCI_PRODUCT_INTEL_ARL_U_ISH 0x7745 /* Core Ultra ISH */
#define PCI_PRODUCT_INTEL_ARL_U_GSPI_2 0x7746 /* Core Ultra GSPI */
#define PCI_PRODUCT_INTEL_ARL_U_THC_0_1 0x7748 /* Core Ultra THC */
+4
View File
@@ -22851,6 +22851,10 @@ static const struct pci_known_product pci_known_products[] = {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ARL_U_PCIE_8,
"Core Ultra PCIE",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_18,
"Wi-Fi 6e AX211",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ARL_U_ISH,
"Core Ultra ISH",