[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 and 1.47.2.1

version 1.47, 2001/04/25 17:53:14 version 1.47.2.1, 2002/10/10 18:33:46
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
   
 struct cfattach CANAME(DRNAME) = {  CFATTACH_DECL(CFDRNAME(DRNAME), sizeof(struct ncr_softc),
         sizeof(struct ncr_softc), ncr_match, ncr_attach      ncr_match, ncr_attach, NULL, NULL);
 };  
   
 extern struct cfdriver CFNAME(DRNAME);  extern struct cfdriver CFNAME(DRNAME);
   
Line 687  struct ncr_softc *sc;
Line 687  struct ncr_softc *sc;
 #else  #else
                             if (pdma_ready())                              if (pdma_ready())
                                 return;                                  return;
                             panic("Got DMA interrupt without DMA\n");                              panic("Got DMA interrupt without DMA");
 #endif  #endif
                         }                          }
                         scsi_clr_ipend();                          scsi_clr_ipend();

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.47.2.1

CVSweb <webmaster@jp.NetBSD.org>