Date: Thu, 8 Mar 2018 22:54:50 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r330674 - head/sys/arm/conf Message-ID: <201803082254.w28Msopg043326@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu Date: Thu Mar 8 22:54:50 2018 New Revision: 330674 URL: https://svnweb.freebsd.org/changeset/base/330674 Log: arm: Add GENERIC-MMCCAM kernel config MMCCAM is the new mmc stack currently developped by kibab@, add a kernel configuration file that include GENERIC so it's easier to test for people. Added: head/sys/arm/conf/GENERIC-MMCCAM (contents, props changed) Added: head/sys/arm/conf/GENERIC-MMCCAM ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/arm/conf/GENERIC-MMCCAM Thu Mar 8 22:54:50 2018 (r330674) @@ -0,0 +1,22 @@ +# +# GEMERIC-MMCCAM +# +# Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack. +# +# $FreeBSD$ + +include GENERIC + +ident GENERIC-MMCCAM + +options MMCCAM + +# Add CAMDEBUG stuff +options CAMDEBUG +options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH) + +# pass(4) device +device pass + +nodevice mmc +nodevice mmcsd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803082254.w28Msopg043326>