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

Ed Maste emaste at FreeBSD.org
Tue Sep 22 21:43:09 UTC 2015


Author: emaste
Date: Tue Sep 22 21:43:08 2015
New Revision: 288132
URL: https://svnweb.freebsd.org/changeset/base/288132

Log:
  Add pass device to arm64 GENERIC (for smartctl)
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Tue Sep 22 21:07:47 2015	(r288131)
+++ head/sys/arm64/conf/GENERIC	Tue Sep 22 21:43:08 2015	(r288132)
@@ -107,6 +107,9 @@ device		ahci
 device		scbus
 device		da
 
+# ATA/SCSI peripherals
+device		pass		# Passthrough device (direct ATA/SCSI access)
+
 # MMC/SD/SDIO Card slot support
 device		mmc			# mmc/sd bus
 device		mmcsd			# mmc/sd flash cards


More information about the svn-src-head mailing list