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

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

Diff for /src/sys/arch/hpcmips/dev/plumvideo.c between version 1.18.2.1 and 1.18.2.2

version 1.18.2.1, 2001/08/03 04:11:36 version 1.18.2.2, 2001/08/25 06:15:21
Line 417  plumvideo_ioctl(void *v, u_long cmd, cad
Line 417  plumvideo_ioctl(void *v, u_long cmd, cad
         struct wsdisplay_cmap *cmap;          struct wsdisplay_cmap *cmap;
         u_int8_t *r, *g, *b;          u_int8_t *r, *g, *b;
         u_int32_t *rgb;          u_int32_t *rgb;
         int idx, cnt, error;          int idx, error;
           size_t cnt;
   
         switch (cmd) {          switch (cmd) {
         case WSDISPLAYIO_GETCMAP:          case WSDISPLAYIO_GETCMAP:

Legend:
Removed from v.1.18.2.1  
changed lines
  Added in v.1.18.2.2

CVSweb <webmaster@jp.NetBSD.org>