Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2017 19:07:42 +0000 (UTC)
From:      Ilya Bakulin <kibab@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r323458 - head/sys/arm64/conf
Message-ID:  <201709111907.v8BJ7gr5084069@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kibab
Date: Mon Sep 11 19:07:42 2017
New Revision: 323458
URL: https://svnweb.freebsd.org/changeset/base/323458

Log:
  Add MMCCAM-enabled kernel config for arm64
  
  Approved by:	imp (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12114

Added:
  head/sys/arm64/conf/GENERIC-MMCCAM   (contents, props changed)

Added: head/sys/arm64/conf/GENERIC-MMCCAM
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/arm64/conf/GENERIC-MMCCAM	Mon Sep 11 19:07:42 2017	(r323458)
@@ -0,0 +1,22 @@
+#
+# GENERIC-MMCCAM
+#
+# Custom kernel for arm64 plus MMCCAM as opposed to the prior MMC stack. It is
+# present to keep it building in tree since it wouldn't work in LINT.
+#
+# $FreeBSD$
+
+#NO_UNIVERSE
+
+include		GENERIC
+
+# Add CAMDEBUG stuff
+options 	CAMDEBUG
+options 	CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)
+
+# pass(4) device
+device		pass
+options		MMCCAM
+
+nodevice	mmc
+nodevice	mmcsd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709111907.v8BJ7gr5084069>