svn commit: r345408 - head/sys/arm64/conf

Colin Percival cperciva at FreeBSD.org
Fri Mar 22 06:36:41 UTC 2019


Author: cperciva
Date: Fri Mar 22 06:36:40 2019
New Revision: 345408
URL: https://svnweb.freebsd.org/changeset/base/345408

Log:
  Add nvme support to the arm64 GENERIC kernel.
  
  Submitted by:	Greg V
  Differential Revision:	https://reviews.freebsd.org/D19657

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Fri Mar 22 06:33:26 2019	(r345407)
+++ head/sys/arm64/conf/GENERIC	Fri Mar 22 06:36:40 2019	(r345408)
@@ -171,6 +171,11 @@ device		da
 # ATA/SCSI peripherals
 device		pass		# Passthrough device (direct ATA/SCSI access)
 
+# NVM Express (NVMe) support
+device		nvme		# base NVMe driver
+options 	NVME_USE_NVD=0	# prefer the cam(4) based nda(4) driver
+device		nvd		# expose NVMe namespaces as disks, depends on nvme
+
 # MMC/SD/SDIO Card slot support
 device		sdhci
 device		sdhci_xenon		# Marvell Xenon SD/MMC controller


More information about the svn-src-head mailing list