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

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

Diff for /src/sys/dev/pad/pad.c between version 1.20 and 1.20.2.1

version 1.20, 2013/11/02 00:37:12 version 1.20.2.1, 2014/08/10 06:54:54
Line 133  const struct cdevsw pad_cdevsw = {
Line 133  const struct cdevsw pad_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_OTHER | D_MPSAFE,          .d_flag = D_OTHER | D_MPSAFE,
 };  };
   

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.20.2.1

CVSweb <webmaster@jp.NetBSD.org>