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

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

Diff for /src/sys/dev/isa/if_lc_isa.c between version 1.25.10.2 and 1.26

version 1.25.10.2, 2006/12/10 07:17:27 version 1.26, 2006/10/12 01:31:16
Line 184  outio:
Line 184  outio:
 }  }
   
 static int  static int
 lemac_isa_probe(struct device *parent, struct cfdata *match, void *aux)  lemac_isa_probe(struct device *parent __unused, struct cfdata *match, void *aux)
 {  {
         struct isa_attach_args *ia = aux;          struct isa_attach_args *ia = aux;
         struct cfdata *cf = match;          struct cfdata *cf = match;
Line 196  lemac_isa_probe(struct device *parent, s
Line 196  lemac_isa_probe(struct device *parent, s
 }  }
   
 static void  static void
 lemac_isa_attach(struct device *parent, struct device *self, void *aux)  lemac_isa_attach(struct device *parent __unused, struct device *self, void *aux)
 {  {
         lemac_softc_t *sc = (void *)self;          lemac_softc_t *sc = (void *)self;
         struct isa_attach_args *ia = aux;          struct isa_attach_args *ia = aux;

Legend:
Removed from v.1.25.10.2  
changed lines
  Added in v.1.26

CVSweb <webmaster@jp.NetBSD.org>