From d439601b7b43ea2d3b131c2d151176dca58bf5eb Mon Sep 17 00:00:00 2001 From: emaste Date: Tue, 22 Sep 2015 21:43:08 +0000 Subject: [PATCH] Add pass device to arm64 GENERIC (for smartctl) Sponsored by: The FreeBSD Foundation --- sys/arm64/conf/GENERIC | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index 17f9bc929792..26ca51df86ac 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -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