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

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

Diff for /src/sys/dev/raidframe/rf_netbsdkintf.c between version 1.289 and 1.290

version 1.289, 2011/05/05 04:20:51 version 1.290, 2011/05/10 05:08:51
Line 962  raid_detach_unlocked(struct raid_softc *
Line 962  raid_detach_unlocked(struct raid_softc *
         disk_detach(&rs->sc_dkdev);          disk_detach(&rs->sc_dkdev);
         disk_destroy(&rs->sc_dkdev);          disk_destroy(&rs->sc_dkdev);
   
           aprint_normal_dev(rs->sc_dev, "detached\n");
   
         return 0;          return 0;
 }  }
   

Legend:
Removed from v.1.289  
changed lines
  Added in v.1.290

CVSweb <webmaster@jp.NetBSD.org>