Module Name:    src
Committed By:   mlelstv
Date:           Sat Apr 28 05:11:49 UTC 2018

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

Log Message:
Add Symbios/LSI RAID and SAS controllers.


To generate a diff of this commit:
cvs rdiff -u -r1.1331 -r1.1332 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.1331 src/sys/dev/pci/pcidevs:1.1332
--- src/sys/dev/pci/pcidevs:1.1331	Tue Apr 24 18:08:56 2018
+++ src/sys/dev/pci/pcidevs	Sat Apr 28 05:11:49 2018
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1331 2018/04/24 18:08:56 maya Exp $
+$NetBSD: pcidevs,v 1.1332 2018/04/28 05:11:49 mlelstv Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -5659,6 +5659,12 @@ product SYMBIOS 875			0x000f	53c875/876
 product SYMBIOS 1510			0x0010	53c1510
 product SYMBIOS 895A			0x0012	53c895A
 product SYMBIOS 875A			0x0013	53c875A
+product SYMBIOS MEGARAID_3516		0x0014	MegaRAID SAS3516
+product SYMBIOS MEGARAID_3416		0x0015	MegaRAID SAS3416
+product SYMBIOS MEGARAID_3508		0x0016	MegaRAID SAS3508
+product SYMBIOS MEGARAID_3408		0x0017	MegaRAID SAS3408
+product SYMBIOS MEGARAID_3504		0x001b	MegaRAID SAS3504
+product SYMBIOS MEGARAID_3404		0x001c	MegaRAID SAS3404
 product SYMBIOS 1010			0x0020	53c1010
 product SYMBIOS 1010_2			0x0021	53c1010 (66MHz)
 product SYMBIOS 1030			0x0030	53c1020/53c1030
@@ -5701,6 +5707,28 @@ product SYMBIOS SAS2208_6		0x0085	SAS220
 product SYMBIOS SAS2308_1		0x0086	SAS2308
 product SYMBIOS SAS2308_2		0x0087	SAS2308
 product SYMBIOS 875J			0x008f	53c875J
+product SYMBIOS SAS3108_1		0x0090	SAS3108
+product SYMBIOS SAS3108_2		0x0091	SAS3108
+product SYMBIOS SAS3108_3		0x0094	SAS3108
+product SYMBIOS SAS3108_4		0x0095	SAS3108
+product SYMBIOS SAS3004			0x0096	SAS3004
+product SYMBIOS SAS3008			0x0097	SAS3008
+product	SYMBIOS	SAS3516			0x00ab	SAS3516
+product	SYMBIOS	SAS3416			0x00ac	SAS3416
+product	SYMBIOS	SAS3508			0x00ae	SAS3508
+product	SYMBIOS	SAS3408			0x00af	SAS3408
+product	SYMBIOS	SAS3504			0x00be	SAS3504
+product	SYMBIOS	SAS3404			0x00bf	SAS3404
+product	SYMBIOS	SAS3324_1		0x00c0	SAS3324
+product	SYMBIOS	SAS3324_2		0x00c1	SAS3324
+product	SYMBIOS	SAS3324_3		0x00c2	SAS3324
+product	SYMBIOS	SAS3324_4		0x00c3	SAS3324
+product	SYMBIOS	SAS3324_5		0x00c4	SAS3324
+product	SYMBIOS	SAS3324_6		0x00c5	SAS3324
+product	SYMBIOS	SAS3324_7		0x00c6	SAS3324
+product	SYMBIOS	SAS3324_8		0x00c7	SAS3324
+product	SYMBIOS	SAS3324_9		0x00c8	SAS3324
+product	SYMBIOS	SAS3324_10		0x00c9	SAS3324
 product SYMBIOS MEGARAID_320X		0x0407	LSI Megaraid SCSI 320-X
 product SYMBIOS MEGARAID_320E		0x0408	LSI Megaraid SCSI 320-E
 product SYMBIOS MEGARAID_300X		0x0409	LSI Megaraid SATA (300-6X/300-8X) 

Reply via email to