Module Name:    src
Committed By:   jnemeth
Date:           Mon Nov 13 08:07:24 UTC 2023

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

Log Message:
add some newer Areca boards in prep for updating driver


To generate a diff of this commit:
cvs rdiff -u -r1.1498 -r1.1499 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.1498 src/sys/dev/pci/pcidevs:1.1499
--- src/sys/dev/pci/pcidevs:1.1498	Thu Oct 26 03:42:41 2023
+++ src/sys/dev/pci/pcidevs	Mon Nov 13 08:07:24 2023
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1498 2023/10/26 03:42:41 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1499 2023/11/13 08:07:24 jnemeth Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1488,6 +1488,7 @@ product ARECA ARC1170		0x1170	ARC-1170
 product ARECA ARC1200		0x1200	ARC-1200
 product ARECA ARC1200_B		0x1201	ARC-1200 rev B
 product ARECA ARC1202		0x1202	ARC-1202
+product ARECA ARC1203		0x1203	ARC-1203
 product ARECA ARC1210		0x1210	ARC-1210
 product ARECA ARC1214 		0x1214	ARC-1214
 product ARECA ARC1220		0x1220	ARC-1220
@@ -1500,6 +1501,8 @@ product ARECA ARC1381		0x1381	ARC-1381
 product ARECA ARC1680		0x1680	ARC-1680
 product ARECA ARC1681		0x1681	ARC-1681
 product ARECA ARC1880 		0x1880	ARC-1880
+product ARECA ARC1884 		0x1884	ARC-1884
+product ARECA ARC1886 		0x1886	ARC-1886
 
 /* ASIX Electronics products */
 product ASIX AX88140A	0x1400	AX88140A 10/100 Ethernet

Reply via email to