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

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

Diff for /src/sys/dev/qbus/ts.c between version 1.30 and 1.31

version 1.30, 2014/07/25 08:02:20 version 1.31, 2014/07/25 08:10:38
Line 198  const struct cdevsw ts_cdevsw = {
Line 198  const struct cdevsw ts_cdevsw = {
         .d_poll = nopoll,          .d_poll = nopoll,
         .d_mmap = nommap,          .d_mmap = nommap,
         .d_kqfilter = nokqfilter,          .d_kqfilter = nokqfilter,
           .d_discard = nodiscard,
         .d_flag = D_TAPE          .d_flag = D_TAPE
 };  };
   

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

CVSweb <webmaster@jp.NetBSD.org>