[Midnightbsd-cvs] src [8188] trunk/sys/dev/pci/pcireg.h: add constants for programming interfaces for NVM

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 17 11:34:38 EDT 2016


Revision: 8188
          http://svnweb.midnightbsd.org/src/?rev=8188
Author:   laffer1
Date:     2016-09-17 11:34:38 -0400 (Sat, 17 Sep 2016)
Log Message:
-----------
add constants for programming interfaces for NVM

Modified Paths:
--------------
    trunk/sys/dev/pci/pcireg.h

Modified: trunk/sys/dev/pci/pcireg.h
===================================================================
--- trunk/sys/dev/pci/pcireg.h	2016-09-17 15:34:04 UTC (rev 8187)
+++ trunk/sys/dev/pci/pcireg.h	2016-09-17 15:34:38 UTC (rev 8188)
@@ -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 Midnightbsd-cvs mailing list