Module Name: src
Committed By: matt
Date: Sat Oct 20 00:33:36 UTC 2012
Modified Files:
src/sys/dev/pci: pcireg.h
Log Message:
Add PCI_SUBCLASS_MASS_STORAGE_NVM
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/dev/pci/pcireg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/pcireg.h
diff -u src/sys/dev/pci/pcireg.h:1.74 src/sys/dev/pci/pcireg.h:1.75
--- src/sys/dev/pci/pcireg.h:1.74 Sun Sep 2 06:29:56 2012
+++ src/sys/dev/pci/pcireg.h Sat Oct 20 00:33:36 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: pcireg.h,v 1.74 2012/09/02 06:29:56 matt Exp $ */
+/* $NetBSD: pcireg.h,v 1.75 2012/10/20 00:33:36 matt Exp $ */
/*
* Copyright (c) 1995, 1996, 1999, 2000
@@ -179,6 +179,7 @@ typedef u_int8_t pci_revision_t;
#define PCI_SUBCLASS_MASS_STORAGE_ATA 0x05
#define PCI_SUBCLASS_MASS_STORAGE_SATA 0x06
#define PCI_SUBCLASS_MASS_STORAGE_SAS 0x07
+#define PCI_SUBCLASS_MASS_STORAGE_NVM 0x08
#define PCI_SUBCLASS_MASS_STORAGE_MISC 0x80
/* 0x02 network subclasses */