summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
Commit message (Expand)AuthorAgeFilesLines
* Add a helper function for registering async callbacks. Besidesscottl2007-05-161-0/+33
* Eliminate the use of M_TEMP.scottl2007-05-141-24/+24
* Only schedule the xpt_finishconfig_task once. This fixes some potentialscottl2007-04-271-4/+6
* Retire the spl() markers. Add in some minor missed locking as a result.scottl2007-04-191-170/+24
* Inline cam_periph_lock|unlock to make debugging easier. Use morescottl2007-04-191-8/+8
* Zero the CCBs when mallocing them.scottl2007-04-191-2/+2
* Split the camisr into per-SIM done queues. This optimizes the locking ascottl2007-04-191-45/+45
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix ascottl2007-04-181-13/+26
* For the XPT_SASYNC_CB operation, only decouple the broadcast to the busscottl2007-04-161-86/+67
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-319/+447
* A silly buglet found by Coverity- check the return value frommjacob2007-03-151-1/+7
* Add an xpt_rescan function and a thread that will fieldmjacob2007-02-231-4/+49
* fix botchmjacob2006-12-211-1/+1
* Pay attention to return value from xpt_bus_register in xpt_init.mjacob2006-12-211-1/+5
* Make cam_xpt's pronouncements match camcontrolmjacob2006-12-101-1/+1
* Add an xpt_print function to reduce most of the xpt_print_path/printfmjacob2006-12-051-44/+44
* Initial cut at Basic Domain Validation- just add some states tomjacob2006-12-041-9/+213
* XPT_GET_TRAN_SETTINGS can fail- so check for an error andmjacob2006-11-071-1/+9
* Fix the hanging chad if the NEW_TRAN_CODE change and change themjacob2006-11-071-2/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-333/+0
* New Dell 1950/2950 SES backplane drops off the bus if you pokemjacob2006-09-161-0/+4
* null commit to provide commit message to previousmjacob2006-09-111-1/+1
* PR: 103130mjacob2006-09-111-1/+1
* Grumble. VMWare ESX and VMWare WorkStation have *slightly* differentmjacob2006-06-261-1/+1
* VMware disk volumes are only on LUN 0, andmjacob2006-06-241-0/+5
* Add PIM_SEQSCAN for HBA misc flags and code that understandsmjacob2006-06-051-32/+79
* Handle some of the inquiry flags that have come intomjacob2006-05-301-5/+4
* CAM_NEW_TRAN_CODE placeholders for SAS support.mjacob2006-01-201-0/+7
* When deregistering a bus, attempt to flush out all outstandingiedowse2006-01-111-8/+111
* Make the exploring of all luns supported by an HBA more of amjacob2005-09-161-5/+38
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withavatar2005-07-011-18/+30
* Fixing a memory leak in xpt_release_device(), which can be quicklyavatar2005-06-241-0/+2
* Do not initialize path variable with useless value just beforekan2005-05-111-1/+0
* avoid use after freesam2005-03-311-1/+1
* Restore queue depth settings across tag disable events. The system oftengibbs2005-03-231-2/+13
* Check the correct periph pointer after search for it.scottl2005-02-201-1/+1
* Provide locking for the ccb_bioq. This allows xpt_done() to be called withoutscottl2005-02-091-5/+22
* Add quirk for easyRAID ER5 alias areca ARC-6010.mr2005-01-251-0/+5
* This is a somewhat imperfect means to try and bring FreeBSD forward inmjacob2005-01-221-3/+13
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Correct another location where inquiry length as calculated from thegibbs2004-11-181-3/+5
* Correct an off-by-one in the calculation of the inquiry buffer lengthgibbs2004-11-181-1/+11
* Remove the camnet swi and CAM_PERIPH_NET. It has never been used, and givenscottl2004-10-051-12/+3
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Revert rev 1.140, it was a bit pre-mature.ps2004-06-211-5/+0
* Add a quirk for ciss to stop trying to read the serial number offps2004-06-211-0/+5
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Compare the *number* of patterns to zero, not the *pointer* to thecperciva2004-02-281-1/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
OpenPOWER on IntegriCloud