[BACK]Return to fdc_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/fdc_isa.c between version 1.5 and 1.6

version 1.5, 2002/09/27 20:38:22 version 1.6, 2002/10/02 02:09:17
Line 107  struct fdc_isa_softc {
Line 107  struct fdc_isa_softc {
         bus_space_handle_t sc_baseioh;  /* base I/O handle */          bus_space_handle_t sc_baseioh;  /* base I/O handle */
 };  };
   
 const struct cfattach fdc_isa_ca = {  CFATTACH_DECL(fdc_isa, sizeof(struct fdc_isa_softc),
         sizeof(struct fdc_isa_softc), fdc_isa_probe, fdc_isa_attach          fdc_isa_probe, fdc_isa_attach, NULL, NULL);
 };  
   
 #ifdef NEWCONFIG  #ifdef NEWCONFIG
 void    fdc_isa_forceintr(void *);  void    fdc_isa_forceintr(void *);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>