[BACK]Return to ncr5380.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / mac68k / dev

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

Diff for /src/sys/arch/mac68k/dev/ncr5380.c between version 1.47.8.2 and 1.48

version 1.47.8.2, 2002/10/18 02:38:20 version 1.48, 2002/09/27 15:36:16
Line 196  int ncr_match __P((struct device *, stru
Line 196  int ncr_match __P((struct device *, stru
 #define CFNAME(n)       __CONCAT(n,_cd)  #define CFNAME(n)       __CONCAT(n,_cd)
 #define CANAME(n)       __CONCAT(n,_ca)  #define CANAME(n)       __CONCAT(n,_ca)
 #define CFSTRING(n)     __STRING(n)  #define CFSTRING(n)     __STRING(n)
 #define CFDRNAME(n)     n  
   
 CFATTACH_DECL(CFDRNAME(DRNAME), sizeof(struct ncr_softc),  struct cfattach CANAME(DRNAME) = {
     ncr_match, ncr_attach, NULL, NULL);          sizeof(struct ncr_softc), ncr_match, ncr_attach
   };
   
 extern struct cfdriver CFNAME(DRNAME);  extern struct cfdriver CFNAME(DRNAME);
   

Legend:
Removed from v.1.47.8.2  
changed lines
  Added in v.1.48

CVSweb <webmaster@jp.NetBSD.org>