aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twa/tw_osl_cam.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ inRavi Pokala2017-01-051-5/+5
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-4/+6
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1
* Fix twa(4) after the r246713. The driver copies data around toKonstantin Belousov2013-03-211-3/+7
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-41/+9
* Return CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE instead of CAM_TID_INVALIDAlexander Motin2012-06-221-2/+2
* Vendor update to version 3.80.06.003 to fix a panic with ZFS when underXin LI2010-08-301-53/+55
* Apply driver update from LSI. Many thanks to LSI for continuing toXin LI2010-06-091-74/+24
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-54/+5
* Update to version 3.70.03.007 from the vendor. This adds support for newScott Long2007-10-091-50/+38
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Import version 3.60.03.006 of the TWA driver:Scott Long2007-05-091-2/+8
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-7/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-2/+24
* Remove header pollution.Scott Long2006-04-301-1/+0
* twa corresponding to the 9.3.0.1 release on the 3ware website. This driver hasVinod Kashyap2005-11-081-5/+31
* Don't pollute the entire kernel build with -I$S/dev/twa.David E. O'Brien2005-09-111-1/+1
* Acquire Giant before making some CAM calls that need Giant to be held.Vinod Kashyap2005-06-111-0/+4
* Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on theVinod Kashyap2005-04-291-2/+12
* The latest release of the FreeBSD driver (twa) forVinod Kashyap2005-04-121-0/+761