Module Name:    src
Committed By:   mrg
Date:           Wed Jul 17 03:13:12 UTC 2024

Modified Files:
        src/sys/dev/pci: pcidevs

Log Message:
add the intel "arc" a-series of cards.


To generate a diff of this commit:
cvs rdiff -u -r1.1508 -r1.1509 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pcidevs
diff -u src/sys/dev/pci/pcidevs:1.1508 src/sys/dev/pci/pcidevs:1.1509
--- src/sys/dev/pci/pcidevs:1.1508	Thu Jul 11 03:58:07 2024
+++ src/sys/dev/pci/pcidevs	Wed Jul 17 03:13:12 2024
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1508 2024/07/11 03:58:07 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1509 2024/07/17 03:13:12 mrg Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -6366,6 +6366,26 @@ product INTEL I219_LM20		0x550e	I219-LM 
 product INTEL I219_V20		0x550f	I219-V (20) Ethernet Connection
 product INTEL I219_LM21		0x5510	I219-LM (21) Ethernet Connection
 product INTEL I219_V21		0x5511	I219-V (21) Ethernet Connection
+product INTEL ARC_A770M		0x5690	Arc A770M Graphics
+product INTEL ARC_A730M		0x5691	Arc A730M Graphics
+product INTEL ARC_A550M		0x5692	Arc A550M Graphics
+product INTEL ARC_A370M		0x5693	Arc A370M Graphics
+product INTEL ARC_A350M		0x5694	Arc A350M Graphics
+product INTEL ARC_A570M		0x5696	Arc A570M Graphics
+product INTEL ARC_A530M		0x5697	Arc A530M Graphics
+product INTEL ARC_A770		0x56A0	Arc A770 Graphics
+product INTEL ARC_A750		0x56A1	Arc A750 Graphics
+product INTEL ARC_A580		0x56A2	Arc A580 Graphics
+product INTEL ARC_A380		0x56A5	Arc A380 Graphics
+product INTEL ARC_A310		0x56A6	Arc A310 Graphics
+product INTEL ARC_PRO_A30M	0x56B0	Arc Pro A30M Graphics
+product INTEL ARC_PRO_A40	0x56B1	Arc Pro A40/A50 Graphics
+product INTEL ARC_PRO_A60M	0x56B2	Arc Pro A60M Graphics
+product INTEL ARC_PRO_A60	0x56B3	Arc Pro A60 Graphics
+product INTEL ARC_A810E		0x56BA	Arc A810E Graphics
+product INTEL ARC_A310E		0x56BB	Arc A310E Graphics
+product INTEL ARC_A370E		0x56BC	Arc A370E Graphics
+product INTEL ARC_A350E		0x56BD	Arc A350E Graphics
 product INTEL CORE7G_H_M_D_HOST_DRAM 0x5900 Core 7G (H, Mobile, Dual) Host Bridge, DRAM
 product INTEL CORE7G_PCIE_X16	0x5901	Core 7G PCIe x16
 product INTEL CORE7G_S_GT1	0x5902	HD Graphics 610 (GT1)

Reply via email to