[BACK]Return to scsiconf.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / scsipi

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

Diff for /src/sys/dev/scsipi/scsiconf.c between version 1.250 and 1.251

version 1.250, 2008/07/16 18:50:58 version 1.251, 2009/04/07 18:35:17
Line 94  static int scsibusdetach(struct device *
Line 94  static int scsibusdetach(struct device *
 static int      scsibusrescan(struct device *, const char *, const int *);  static int      scsibusrescan(struct device *, const char *, const int *);
 static void     scsidevdetached(struct device *, struct device *);  static void     scsidevdetached(struct device *, struct device *);
   
 CFATTACH_DECL2_NEW(scsibus, sizeof(struct scsibus_softc),  CFATTACH_DECL3_NEW(scsibus, sizeof(struct scsibus_softc),
     scsibusmatch, scsibusattach, scsibusdetach, scsibusactivate,      scsibusmatch, scsibusattach, scsibusdetach, scsibusactivate,
     scsibusrescan, scsidevdetached);      scsibusrescan, scsidevdetached, DVF_DETACH_SHUTDOWN);
   
 extern struct cfdriver scsibus_cd;  extern struct cfdriver scsibus_cd;
   

Legend:
Removed from v.1.250  
changed lines
  Added in v.1.251

CVSweb <webmaster@jp.NetBSD.org>