Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf add nvme(4)



details:   https://anonhg.NetBSD.org/src/rev/12f1bbc0a0ee
branches:  trunk
changeset: 347827:12f1bbc0a0ee
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Sep 17 18:37:46 2016 +0000

description:
add nvme(4)

diffstat:

 sys/arch/i386/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 26b1c199beff -r 12f1bbc0a0ee sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Sep 17 18:09:24 2016 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Sep 17 18:37:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1139 2016/08/07 10:44:05 christos Exp $
+# $NetBSD: GENERIC,v 1.1140 2016/09/17 18:37:46 jdolecek Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1139 $"
+#ident                 "GENERIC-$Revision: 1.1140 $"
 
 maxusers       64              # estimated number of users
 
@@ -835,6 +835,9 @@
 ss*    at scsibus? target ? lun ?      # SCSI scanners
 uk*    at scsibus? target ? lun ?      # SCSI unknown
 
+# NVM Express controllers and devices
+nvme*   at pci? dev ? function ?
+ld*     at nvme? nsid ?
 
 # RAID controllers and devices
 aac*   at pci? dev ? function ?        # Adaptec AAC family



Home | Main Index | Thread Index | Old Index