[BACK]Return to if_tscs_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_tscs_isa.c between version 1.7.8.1 and 1.8

version 1.7.8.1, 2009/04/28 07:35:45 version 1.8, 2009/03/14 15:36:18
Line 168  tscs_isa_probe(struct device *parent, st
Line 168  tscs_isa_probe(struct device *parent, st
 }  }
   
 void  void
 tscs_isa_attach(struct device *parent, struct device *self, void *aux)  tscs_isa_attach(parent, self, aux)
           struct device *parent, *self;
           void *aux;
 {  {
         struct cs_softc *sc = (struct cs_softc *) self;          struct cs_softc *sc = (struct cs_softc *) self;
         struct cs_softc_isa *isc = (void *) self;          struct cs_softc_isa *isc = (void *) self;

Legend:
Removed from v.1.7.8.1  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>