[BACK]Return to dptivar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / i2o

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

Diff for /src/sys/dev/i2o/dptivar.h between version 1.8 and 1.9

version 1.8, 2011/08/07 13:39:23 version 1.9, 2012/10/27 17:18:17
Line 61 
Line 61 
  * Runtime state.   * Runtime state.
  */   */
 struct dpti_softc {  struct dpti_softc {
         struct  device sc_dv;          device_t sc_dev;
         int     sc_blinkled;          int     sc_blinkled;
 };  };
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>