[Midnightbsd-cvs] src [11922] trunk/sys/dev/ahci/ahci_pci.c: mark these as raid

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jul 20 08:41:51 EDT 2018


Revision: 11922
          http://svnweb.midnightbsd.org/src/?rev=11922
Author:   laffer1
Date:     2018-07-20 08:41:51 -0400 (Fri, 20 Jul 2018)
Log Message:
-----------
mark these as raid

Modified Paths:
--------------
    trunk/sys/dev/ahci/ahci_pci.c

Modified: trunk/sys/dev/ahci/ahci_pci.c
===================================================================
--- trunk/sys/dev/ahci/ahci_pci.c	2018-07-20 12:39:20 UTC (rev 11921)
+++ trunk/sys/dev/ahci/ahci_pci.c	2018-07-20 12:41:51 UTC (rev 11922)
@@ -94,10 +94,10 @@
 	{0x27c58086, 0x00, "Intel ICH7M",	0},
 	{0x27c68086, 0x00, "Intel ICH7M",	0},
 	{0x28218086, 0x00, "Intel ICH8",	0},
-	{0x28228086, 0x00, "Intel ICH8",	0},
+	{0x28228086, 0x00, "Intel ICH8+ (RAID)",	0},
 	{0x28248086, 0x00, "Intel ICH8",	0},
 	{0x28298086, 0x00, "Intel ICH8M",	0},
-	{0x282a8086, 0x00, "Intel ICH8M",	0},
+	{0x282a8086, 0x00, "Intel ICH8M+ (RAID)",	0},
 	{0x29228086, 0x00, "Intel ICH9",	0},
 	{0x29238086, 0x00, "Intel ICH9",	0},
 	{0x29248086, 0x00, "Intel ICH9",	0},
@@ -110,9 +110,9 @@
 	{0x292f8086, 0x00, "Intel ICH9M",	0},
 	{0x294d8086, 0x00, "Intel ICH9",	0},
 	{0x294e8086, 0x00, "Intel ICH9M",	0},
-	{0x3a058086, 0x00, "Intel ICH10",	0},
+	{0x3a058086, 0x00, "Intel ICH10 (RAID)",	0},
 	{0x3a228086, 0x00, "Intel ICH10",	0},
-	{0x3a258086, 0x00, "Intel ICH10",	0},
+	{0x3a258086, 0x00, "Intel ICH10 (RAID)",	0},
 	{0x3b228086, 0x00, "Intel 5 Series/3400 Series",	0},
 	{0x3b238086, 0x00, "Intel 5 Series/3400 Series",	0},
 	{0x3b258086, 0x00, "Intel 5 Series/3400 Series",	0},



More information about the Midnightbsd-cvs mailing list