aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twa
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2718-18/+54
* Update tw_cl_share.h to allow 255 LUNsWarner Losh2017-03-011-1/+1
* 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
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-4/+4
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-2/+2
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-4/+6
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-16/+1
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1
* Fix twa(4) after the r246713. The driver copies data around toKonstantin Belousov2013-03-212-4/+8
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-123-41/+14
* Give tw_osl_dbg_printf format string to pacify clang warning.Roman Divacky2012-11-091-1/+1
* Return CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE instead of CAM_TID_INVALIDAlexander Motin2012-06-221-2/+2
* Use bus_get_dma_tag() to inherit the 4G boundary restriction from theJohn Baldwin2012-03-072-8/+2
* s/timout/timeoutKevin Lo2011-12-151-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Fix a compile problem introduced with r212008 on 32bit:Bjoern A. Zeeb2010-09-041-1/+1
* Drain watchdog callouts before detaching. This prevents a panic whileXin LI2010-08-301-0/+4
* Vendor update to version 3.80.06.003 to fix a panic with ZFS when underXin LI2010-08-3012-258/+384
* Don't use pack() for structures that is used purely for software state.Xin LI2010-07-092-3/+3
* Remove an unused comment.Xin LI2010-06-171-1/+1
* Apply driver update from LSI. Many thanks to LSI for continuing toXin LI2010-06-0913-470/+196
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-54/+5
* Change the command argument to ioctl routines to u_long to avoidRoman Divacky2009-09-222-2/+2
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-201-3/+3
* Use si_drv1 instead of dev2unit() in twe(4) and twa(4)Ed Schouten2009-04-141-4/+2
* Reenable 64-bit DMA for twa(4) controllers, but use a boundary of 4GB toJohn Baldwin2009-03-233-7/+13
* Limit DMA memory to lower addressable 4GB, without this patch, weXin LI2008-10-061-4/+4
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Deferred interrupts don't work yet, disable them.Scott Long2007-10-121-0/+2
* Update to version 3.70.03.007 from the vendor. This adds support for newScott Long2007-10-099-63/+89
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Minor update to version 3.70.03.007Scott Long2007-05-192-2/+2
* The version string scheme embeds the freebsd major release version,Scott Long2007-05-102-2/+2
* Import version 3.60.03.006 of the TWA driver:Scott Long2007-05-0919-48797/+103
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-13/+31
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* 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
* Use utc_offset() where applicable, and hide the internals of itPoul-Henning Kamp2006-10-021-3/+1
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-022-2/+2
* 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-0816-22638/+44190
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Don't pollute the entire kernel build with -I$S/dev/twa.David E. O'Brien2005-09-115-12/+12
* Acquire Giant before making some CAM calls that need Giant to be held.Vinod Kashyap2005-06-112-1/+5
* 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-1227-31878/+36425