Author: jimharris
Date: Wed Sep 19 15:43:30 2012
New Revision: 240695
URL: http://svn.freebsd.org/changeset/base/240695

Log:
  Add constants for programming interfaces for NVM/solid state storage
  controller sub-class code.
  
  Reference:  PCI Code and ID Assignment Specification Rev 1.2
  
  Sponsored by: Intel
  Inspired by:  gavin
  MFC after:    1 week
  X-MFC-With:   r240694

Modified:
  head/sys/dev/pci/pcireg.h

Modified: head/sys/dev/pci/pcireg.h
==============================================================================
--- head/sys/dev/pci/pcireg.h   Wed Sep 19 12:54:25 2012        (r240694)
+++ head/sys/dev/pci/pcireg.h   Wed Sep 19 15:43:30 2012        (r240695)
@@ -276,6 +276,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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to