[BACK]Return to amidisplaycc.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / amiga / 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/amiga/dev/amidisplaycc.c between version 1.19 and 1.19.14.1

version 1.19, 2006/04/12 19:38:22 version 1.19.14.1, 2007/03/12 05:46:37
Line 143  int  amidisplaycc_allocattr(void *, int,
Line 143  int  amidisplaycc_allocattr(void *, int,
   
   
 /* accessops for wscons */  /* accessops for wscons */
 int amidisplaycc_ioctl(void *, void *, u_long, caddr_t, int, struct lwp *);  int amidisplaycc_ioctl(void *, void *, u_long, void *, int, struct lwp *);
 paddr_t amidisplaycc_mmap(void *, void *, off_t, int);  paddr_t amidisplaycc_mmap(void *, void *, off_t, int);
 int amidisplaycc_alloc_screen(void *, const struct wsscreen_descr *, void **,  int amidisplaycc_alloc_screen(void *, const struct wsscreen_descr *, void **,
                               int *, int *, long *);                                int *, int *, long *);
Line 1021  amidisplaycc_allocattr(void *screen, int
Line 1021  amidisplaycc_allocattr(void *screen, int
 }  }
   
 int  int
 amidisplaycc_ioctl(void *dp, void *vs, u_long cmd, caddr_t data, int flag,  amidisplaycc_ioctl(void *dp, void *vs, u_long cmd, void *data, int flag,
         struct lwp *l)          struct lwp *l)
 {  {
         struct amidisplaycc_softc *adp;          struct amidisplaycc_softc *adp;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.19.14.1

CVSweb <webmaster@jp.NetBSD.org>