[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.11.2.3 and 1.11.2.4

version 1.11.2.3, 2004/09/21 13:12:25 version 1.11.2.4, 2004/11/21 13:54:32
Line 139  int  amidisplaycc_allocattr(void *, int,
Line 139  int  amidisplaycc_allocattr(void *, int,
   
   
 /* accessops for wscons */  /* accessops for wscons */
 int amidisplaycc_ioctl(void *, u_long, caddr_t, int, struct proc *);  int amidisplaycc_ioctl(void *, u_long, caddr_t, int, struct lwp *);
 paddr_t amidisplaycc_mmap(void *, off_t, int);  paddr_t amidisplaycc_mmap(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 1010  amidisplaycc_allocattr(void *screen, int
Line 1010  amidisplaycc_allocattr(void *screen, int
 }  }
   
 int  int
 amidisplaycc_ioctl(void *dp, u_long cmd, caddr_t data, int flag, struct proc *p)  amidisplaycc_ioctl(void *dp, u_long cmd, caddr_t data, int flag, struct lwp *l)
 {  {
         struct amidisplaycc_softc *adp;          struct amidisplaycc_softc *adp;
   

Legend:
Removed from v.1.11.2.3  
changed lines
  Added in v.1.11.2.4

CVSweb <webmaster@jp.NetBSD.org>