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

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

Diff for /src/sys/dev/ccd.c between version 1.174 and 1.175

version 1.174, 2017/12/19 03:31:12 version 1.175, 2018/01/23 22:42:29
Line 1693  printiinfo(struct ccdiinfo *ii)
Line 1693  printiinfo(struct ccdiinfo *ii)
 }  }
 #endif  #endif
   
 MODULE(MODULE_CLASS_DRIVER, ccd, "dk_subr");  MODULE(MODULE_CLASS_DRIVER, ccd, "dk_subr,bufq_fcfs");
   
 static int  static int
 ccd_modcmd(modcmd_t cmd, void *arg)  ccd_modcmd(modcmd_t cmd, void *arg)

Legend:
Removed from v.1.174  
changed lines
  Added in v.1.175

CVSweb <webmaster@jp.NetBSD.org>