diff options
author | jimharris <jimharris@FreeBSD.org> | 2012-09-17 19:26:33 +0000 |
---|---|---|
committer | jimharris <jimharris@FreeBSD.org> | 2012-09-17 19:26:33 +0000 |
commit | 802d10fdbc6441ecdf0551ddb456830223ea37e5 (patch) | |
tree | 3b60555cb85eb122bb0069e6a0539473674d5db7 /sys/i386/conf | |
parent | 99662f533f035115d9b35d04f784c856a6bf7cc3 (diff) | |
download | FreeBSD-src-802d10fdbc6441ecdf0551ddb456830223ea37e5.zip FreeBSD-src-802d10fdbc6441ecdf0551ddb456830223ea37e5.tar.gz |
Integrate nvme(4) and nvd(4) into the amd64 and i386 builds.
Sponsored by: Intel
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/NOTES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 1ad040e..1868595 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -747,6 +747,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 # |