aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorJim Harris <jimharris@FreeBSD.org>2012-09-17 19:26:33 +0000
committerJim Harris <jimharris@FreeBSD.org>2012-09-17 19:26:33 +0000
commiteb85d44f0647df0e3d2d40b7680242e637f216ed (patch)
tree3b60555cb85eb122bb0069e6a0539473674d5db7 /sys/amd64/conf
parentbb0ec6b3598ac5a24485b0ed3e93ef1258f293f9 (diff)
downloadsrc-eb85d44f0647df0e3d2d40b7680242e637f216ed.tar.gz
src-eb85d44f0647df0e3d2d40b7680242e637f216ed.zip
Integrate nvme(4) and nvd(4) into the amd64 and i386 builds.
Sponsored by: Intel
Notes
Notes: svn path=/head/; revision=240618
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/NOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index a453cb992166..6562981abd19 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -428,6 +428,11 @@ device isci
options ISCI_LOGGING # enable debugging in isci HAL
#
+# NVM Express (NVMe) support
+device nvme # base NVMe driver
+device nvd # expose NVMe namespaces as disks, depends on nvme
+
+#
# SafeNet crypto driver: can be moved to the MI NOTES as soon as
# it's tested on a big-endian machine
#