Date: Sun, 18 Feb 2018 22:57:04 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r329535 - head/sys/modules/i2c/iicbus Message-ID: <201802182257.w1IMv4NB041195@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802182257.w1IMv4NB041195>