Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add NVM to the pci mass storage subclass



details:   https://anonhg.NetBSD.org/src/rev/3b1db7ff3756
branches:  trunk
changeset: 782186:3b1db7ff3756
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Oct 20 05:32:25 2012 +0000

description:
Add NVM to the pci mass storage subclass

diffstat:

 sys/dev/pci/pci_subr.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r a484cbcd755e -r 3b1db7ff3756 sys/dev/pci/pci_subr.c
--- a/sys/dev/pci/pci_subr.c    Sat Oct 20 00:33:36 2012 +0000
+++ b/sys/dev/pci/pci_subr.c    Sat Oct 20 05:32:25 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_subr.c,v 1.93 2012/09/23 01:10:10 chs Exp $        */
+/*     $NetBSD: pci_subr.c,v 1.94 2012/10/20 05:32:25 matt Exp $       */
 
 /*
  * Copyright (c) 1997 Zubin D. Dittia.  All rights reserved.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.93 2012/09/23 01:10:10 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.94 2012/10/20 05:32:25 matt Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_pci.h"
@@ -90,6 +90,7 @@
        { "ATA",                PCI_SUBCLASS_MASS_STORAGE_ATA,  NULL,   },
        { "SATA",               PCI_SUBCLASS_MASS_STORAGE_SATA, NULL,   },
        { "SAS",                PCI_SUBCLASS_MASS_STORAGE_SAS,  NULL,   },
+       { "NVM",                PCI_SUBCLASS_MASS_STORAGE_NVM,  NULL,   },
        { "miscellaneous",      PCI_SUBCLASS_MASS_STORAGE_MISC, NULL,   },
        { NULL,                 0,                              NULL,   },
 };



Home | Main Index | Thread Index | Old Index