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

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

Diff for /src/sys/dev/ic/spic.c between version 1.1 and 1.2

version 1.1, 2002/04/22 12:42:11 version 1.2, 2005/12/12 01:18:29
Line 84  int spicdebug = 0;
Line 84  int spicdebug = 0;
   
 static int      spic_enable(void *);  static int      spic_enable(void *);
 static void     spic_disable(void *);  static void     spic_disable(void *);
 static int      spic_ioctl(void *, u_long, caddr_t, int, struct proc *);  static int      spic_ioctl(void *, u_long, caddr_t, int, struct lwp *);
   
 static const struct wsmouse_accessops spic_accessops = {  static const struct wsmouse_accessops spic_accessops = {
         spic_enable,          spic_enable,
Line 264  spic_disable(void *v)
Line 264  spic_disable(void *v)
 }  }
   
 static int  static int
 spic_ioctl(void *v, u_long cmd, caddr_t data, int flag, struct proc *p)  spic_ioctl(void *v, u_long cmd, caddr_t data, int flag, struct lwp *l)
 {  {
         switch (cmd) {          switch (cmd) {
         case WSMOUSEIO_GTYPE:          case WSMOUSEIO_GTYPE:

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>