Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2012 15:43:31 +0000 (UTC)
From:      Jim Harris <jimharris@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240695 - head/sys/dev/pci
Message-ID:  <201209191543.q8JFhVJH019444@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209191543.q8JFhVJH019444>