svn commit: r241384 - stable/8/sys/dev/pci
Jim Harris
jimharris at FreeBSD.org
Tue Oct 9 20:06:17 UTC 2012
Author: jimharris
Date: Tue Oct 9 20:06:16 2012
New Revision: 241384
URL: http://svn.freebsd.org/changeset/base/241384
Log:
MFC r240695:
Add constants for programming interfaces for NVM/solid state storage
controller sub-class code.
Reference: PCI Code and ID Assignment Specification Rev 1.2
Modified:
stable/8/sys/dev/pci/pcireg.h
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/dev/ (props changed)
stable/8/sys/dev/pci/ (props changed)
Modified: stable/8/sys/dev/pci/pcireg.h
==============================================================================
--- stable/8/sys/dev/pci/pcireg.h Tue Oct 9 20:05:19 2012 (r241383)
+++ stable/8/sys/dev/pci/pcireg.h Tue Oct 9 20:06:16 2012 (r241384)
@@ -265,6 +265,8 @@
#define PCIP_STORAGE_SATA_AHCI_1_0 0x01
#define PCIS_STORAGE_SAS 0x07
#define PCIS_STORAGE_NVM 0x08
+#define PCIP_STORAGE_NVM_NVMHCI_1_0 0x01
+#define PCIP_STORAGE_NVM_ENTERPRISE_NVMHCI_1_0 0x02
#define PCIS_STORAGE_OTHER 0x80
#define PCIC_NETWORK 0x02
More information about the svn-src-stable
mailing list