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 \ _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"