[BACK]Return to i82365_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/i82365_isa.c between version 1.22 and 1.22.6.1

version 1.22, 2004/09/14 20:20:47 version 1.22.6.1, 2005/02/12 18:17:45
Line 61  int pcicisa_debug = 0;
Line 61  int pcicisa_debug = 0;
 #define DPRINTF(arg)  #define DPRINTF(arg)
 #endif  #endif
   
 int     pcic_isa_probe __P((struct device *, struct cfdata *, void *));  int     pcic_isa_probe(struct device *, struct cfdata *, void *);
 void    pcic_isa_attach __P((struct device *, struct device *, void *));  void    pcic_isa_attach(struct device *, struct device *, void *);
   
 CFATTACH_DECL(pcic_isa, sizeof(struct pcic_isa_softc),  CFATTACH_DECL(pcic_isa, sizeof(struct pcic_isa_softc),
     pcic_isa_probe, pcic_isa_attach, NULL, NULL);      pcic_isa_probe, pcic_isa_attach, NULL, NULL);

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.22.6.1

CVSweb <webmaster@jp.NetBSD.org>