svn commit: r320849 - head/sys/modules

Warner Losh imp at FreeBSD.org
Sun Jul 9 20:42:13 UTC 2017


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 \


More information about the svn-src-head mailing list