svn commit: r184937 - head/sys/dev/pci

Alexander Motin mav at FreeBSD.org
Thu Nov 13 11:57:33 PST 2008


Author: mav
Date: Thu Nov 13 19:57:33 2008
New Revision: 184937
URL: http://svn.freebsd.org/changeset/base/184937

Log:
  Add ADMA, SATA and SAS mass storage subclasses reporting.

Modified:
  head/sys/dev/pci/pci.c

Modified: head/sys/dev/pci/pci.c
==============================================================================
--- head/sys/dev/pci/pci.c	Thu Nov 13 19:49:16 2008	(r184936)
+++ head/sys/dev/pci/pci.c	Thu Nov 13 19:57:33 2008	(r184937)
@@ -2949,6 +2949,9 @@ static struct
 	{PCIC_STORAGE,		PCIS_STORAGE_FLOPPY,	"floppy disk"},
 	{PCIC_STORAGE,		PCIS_STORAGE_IPI,	"IPI"},
 	{PCIC_STORAGE,		PCIS_STORAGE_RAID,	"RAID"},
+	{PCIC_STORAGE,		PCIS_STORAGE_ATA_ADMA,	"ATA (ADMA)"},
+	{PCIC_STORAGE,		PCIS_STORAGE_SATA,	"SATA"},
+	{PCIC_STORAGE,		PCIS_STORAGE_SAS,	"SAS"},
 	{PCIC_NETWORK,		-1,			"network"},
 	{PCIC_NETWORK,		PCIS_NETWORK_ETHERNET,	"ethernet"},
 	{PCIC_NETWORK,		PCIS_NETWORK_TOKENRING,	"token ring"},


More information about the svn-src-all mailing list