[BACK]Return to satlink.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/Attic/satlink.c between version 1.17 and 1.18

version 1.17, 2002/09/27 20:38:49 version 1.18, 2002/10/02 02:09:20
Line 104  int satlinkprobe __P((struct device *, s
Line 104  int satlinkprobe __P((struct device *, s
 void    satlinkattach __P((struct device *, struct device *, void *));  void    satlinkattach __P((struct device *, struct device *, void *));
 void    satlinktimeout __P((void *));  void    satlinktimeout __P((void *));
   
 const struct cfattach satlink_ca = {  CFATTACH_DECL(satlink, sizeof(struct satlink_softc),
         sizeof(struct satlink_softc), satlinkprobe, satlinkattach          satlinkprobe, satlinkattach, NULL, NULL);
 };  
   
 extern struct cfdriver satlink_cd;  extern struct cfdriver satlink_cd;
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>