]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
Initialize ZFS a bit earlier and block root mounting until
[FreeBSD/FreeBSD.git] / sys / cam /
2007-05-23 cognetRemove duplicate includes.
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-19 muxThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-18 mjacobZero scsi_readcapacity allocations so we can really
2007-05-16 scottlRelease the bus reference that is acquired when doing...
2007-05-16 scottlRemove an assertion in xpt_print_path() that makes...
2007-05-16 scottlAdd a helper function for registering async callbacks...
2007-05-14 scottlEliminate the use of M_TEMP.
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-04-27 scottlOnly schedule the xpt_finishconfig_task once. This...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 scottlRemove obsolete headers. Move kernel specific headers...
2007-04-19 scottlRetire the spl() markers. Add in some minor missed...
2007-04-19 scottlInline cam_periph_lock|unlock to make debugging easier...
2007-04-19 scottlFix a leaked lock in dashutdown.
2007-04-19 scottlAvoid problems with make_dev.
2007-04-19 scottlZero the CCBs when mallocing them.
2007-04-19 scottlSplit the camisr into per-SIM done queues. This optimi...
2007-04-18 scottlMissed locking the dump and shutdown entry points in...
2007-04-18 scottlRevert a driver API change to xpt_alloc_ccb that isn...
2007-04-17 scottlDon't delete the devalias, as per the man page.
2007-04-16 scottlFor the XPT_SASYNC_CB operation, only decouple the...
2007-04-16 scottlDrop the topology lock before calling the periph oninva...
2007-04-16 scottlDrop the periph/sim lock when calling disk_destroy().
2007-04-16 scottlDestroy the devalias before destroying the dev.
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-15 scottlRemove Giant from CAM. Drivers (SIMs) now register...
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-10 scottlA fix for the SG_GET_TIMEOUT function slipped into...
2007-04-09 scottlMake use of M_ZERO in various malloc calls.
2007-04-09 scottlFix a logic bug that slipped in at the last minute...
2007-04-09 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-07 scottlAdd the CAM 'SG' peripheral device. This device implem...
2007-04-07 desThis commit was generated by cvs2svn to compensate...
2007-04-06 kanThis commit was generated by cvs2svn to compensate...
2007-04-04 thompsaThis commit was generated by cvs2svn to compensate...
2007-04-03 mpThis commit was generated by cvs2svn to compensate...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 mjacobA silly buglet found by Coverity- check the return...
2007-03-11 mpThis commit was generated by cvs2svn to compensate...
2007-02-27 jhbUse tsleep() rather than msleep() with a NULL mtx.
2007-02-23 mjacobAdd an xpt_rescan function and a thread that will field
2007-02-21 n_hibmaReduce the noise when plugging in (USB) mass storage...
2007-01-29 dougbThis commit was generated by cvs2svn to compensate...
2007-01-23 impUse the more specific 'EM732X' designation rather than...
2007-01-22 impAdd quirk for EasyMP3 EM732X usb 2.0 flash mp3 player.
2007-01-20 rafanThis commit was generated by cvs2svn to compensate...
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-21 mjacobfix botch
2006-12-21 mjacobPay attention to return value from xpt_bus_register...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-10 mjacobMake cam_xpt's pronouncements match camcontrol
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-05 mjacobAdd an xpt_print function to reduce most of the xpt_pri...
2006-12-04 mjacobInitial cut at Basic Domain Validation- just add some...
2006-12-03 mjacobRemove CTS_SPI_FLAGS_TAG_ENB. Nobody is using it and...
2006-11-26 maximo Style: remove a w/space before a comma.
2006-11-26 maximo Style(9): trim eol w/spaces, w/spaces to tabs, kill...
2006-11-26 maximo Add a quirk for X-Micro Flash Disk.
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-07 mjacobXPT_GET_TRAN_SETTINGS can fail- so check for an error and
2006-11-07 mjacobFix the hanging chad if the NEW_TRAN_CODE change and...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-11-03 njlRemove extra whitespace
2006-11-02 mjacobAdd a tunable that allows one to turn off the automatic...
2006-11-02 mjacob2nd and final commit that moves us to CAM_NEW_TRAN_CODE
2006-10-31 pjdImplement BIO_FLUSH handling for da(4), amr(4), ata...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-31 mjacobThe first of 3 major steps to move the CAM layer forwar...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-07 flzAdd a SCSI da(4) quirk for Rekam USB Camera.
2006-10-07 flzAdd SCSI da(4) quirk for the iRiver H10.
2006-10-01 mjacobPut a bit of hysteresis into both BUSY SCSI status...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-16 mjacobDon't allow attachment of disks that could cause GEOM...
next