svn commit: r241383 - stable/9/sys/dev/pci
Jim Harris
jimharris at FreeBSD.org
Tue Oct 9 20:05:20 UTC 2012
Author: jimharris
Date: Tue Oct 9 20:05:19 2012
New Revision: 241383
URL: http://svn.freebsd.org/changeset/base/241383
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/9/sys/dev/pci/pcireg.h
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props changed)
Modified: stable/9/sys/dev/pci/pcireg.h
==============================================================================
--- stable/9/sys/dev/pci/pcireg.h Tue Oct 9 19:59:22 2012 (r241382)
+++ stable/9/sys/dev/pci/pcireg.h Tue Oct 9 20:05:19 2012 (r241383)
@@ -264,6 +264,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-9
mailing list