Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2017 20:42:11 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320849 - head/sys/modules
Message-ID:  <201707092042.v69KgBQ7087552@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Jul  9 20:42:11 2017
New Revision: 320849
URL: https://svnweb.freebsd.org/changeset/base/320849

Log:
  Reconnect mmc and mmcsd disconnected unintentioanlly in mmccam commit.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sun Jul  9 17:56:39 2017	(r320848)
+++ head/sys/modules/Makefile	Sun Jul  9 20:42:11 2017	(r320849)
@@ -251,6 +251,8 @@ SUBDIR=	\
 	${_mlx5} \
 	${_mlx5en} \
 	${_mly} \
+	mmc \
+	mmcsd \
 	mpr \
 	mps \
 	mpt \



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