[BACK]Return to simide.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / acorn32 / podulebus

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

Diff for /src/sys/arch/acorn32/podulebus/simide.c between version 1.6 and 1.7

version 1.6, 2002/10/02 02:23:52 version 1.7, 2002/10/02 03:31:59
Line 96  void simide_shutdown __P((void *arg));
Line 96  void simide_shutdown __P((void *arg));
 int     simide_intr     __P((void *arg));  int     simide_intr     __P((void *arg));
   
 CFATTACH_DECL(simide, sizeof(struct simide_softc),  CFATTACH_DECL(simide, sizeof(struct simide_softc),
         simide_probe, simide_attach, NULL, NULL);      simide_probe, simide_attach, NULL, NULL);
   
   
 /*  /*

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

CVSweb <webmaster@jp.NetBSD.org>