[BACK]Return to video.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/video.c between version 1.40 and 1.41

version 1.40, 2021/04/24 23:36:52 version 1.41, 2021/08/07 16:19:08
Line 434  video_attach_mi(const struct video_hw_if
Line 434  video_attach_mi(const struct video_hw_if
   
         args.hw_if = hw_if;          args.hw_if = hw_if;
         return config_found(parent, &args, video_print,          return config_found(parent, &args, video_print,
             CFARG_IATTR, "videobus",              CFARGS(.iattr = "videobus"));
             CFARG_EOL);  
 }  }
   
 /* video_submit_payload - called by hardware driver to submit payload data */  /* video_submit_payload - called by hardware driver to submit payload data */

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb <webmaster@jp.NetBSD.org>