[BACK]Return to i2c.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / i2c

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/i2c/i2c.c between version 1.77.2.4 and 1.77.2.5

version 1.77.2.4, 2021/03/22 16:23:44 version 1.77.2.5, 2021/03/28 20:02:29
Line 382  iic_rescan(device_t self, const char *if
Line 382  iic_rescan(device_t self, const char *if
 {  {
         config_search(self, NULL,          config_search(self, NULL,
             CFARG_SUBMATCH, iic_search,              CFARG_SUBMATCH, iic_search,
             CFARG_IATTR, ifattr,  
             CFARG_LOCATORS, locators,              CFARG_LOCATORS, locators,
             CFARG_EOL);              CFARG_EOL);
         return 0;          return 0;

Legend:
Removed from v.1.77.2.4  
changed lines
  Added in v.1.77.2.5

CVSweb <webmaster@jp.NetBSD.org>