diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2014-04-09 06:36:34 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2014-04-09 06:36:34 +0000 |
commit | bbfb5240c4475f2b2e1de21371ee241923ebe57d (patch) | |
tree | 7298b0cd8cf8e7fdd746954062e61e74ec06a12e /sys/dev | |
parent | 588ca232a2601639a8bdf17ea44fa9978d659489 (diff) |
apparently NVM is a type of mass storage now
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcireg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index ba2de3a7f5f..756f96016b7 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcireg.h,v 1.45 2013/08/26 09:50:47 jsg Exp $ */ +/* $OpenBSD: pcireg.h,v 1.46 2014/04/09 06:36:33 dlg Exp $ */ /* $NetBSD: pcireg.h,v 1.26 2000/05/10 16:58:42 thorpej Exp $ */ /* @@ -167,6 +167,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 */ |