[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.28 and 1.29

version 1.28, 2011/10/02 11:38:48 version 1.29, 2011/10/02 12:13:08
Line 52  __KERNEL_RCSID(0, "$NetBSD$");
Line 52  __KERNEL_RCSID(0, "$NetBSD$");
 #include <dev/i2c/i2cvar.h>  #include <dev/i2c/i2cvar.h>
   
 #include "locators.h"  #include "locators.h"
   #ifdef KERNEL_OPT
 #include <opt_i2cbus.h>  #include <opt_i2cbus.h>
   #endif
   
 #define I2C_MAX_ADDR    0x3ff   /* 10-bit address, max */  #define I2C_MAX_ADDR    0x3ff   /* 10-bit address, max */
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

CVSweb <webmaster@jp.NetBSD.org>