svn commit: r329535 - head/sys/modules/i2c/iicbus

Ian Lepore ian at FreeBSD.org
Sun Feb 18 22:57:05 UTC 2018


Author: ian
Date: Sun Feb 18 22:57:04 2018
New Revision: 329535
URL: https://svnweb.freebsd.org/changeset/base/329535

Log:
  Add iic_recover_bus.c, now part of iicbus.  This should have been added
  as part of r320463.

Modified:
  head/sys/modules/i2c/iicbus/Makefile

Modified: head/sys/modules/i2c/iicbus/Makefile
==============================================================================
--- head/sys/modules/i2c/iicbus/Makefile	Sun Feb 18 22:54:19 2018	(r329534)
+++ head/sys/modules/i2c/iicbus/Makefile	Sun Feb 18 22:57:04 2018	(r329535)
@@ -6,6 +6,7 @@ KMOD=	iicbus
 SRCS=	\
 	bus_if.h \
 	device_if.h \
+	iic_recover_bus.c \
 	iicbus.c \
 	iicbus.h \
 	iicbus_if.c \


More information about the svn-src-all mailing list