aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tws
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-208-8/+24
* Increase the number of LUNs this hardware can support.Josh Paetzel2017-05-171-1/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Remove NULL checks after M_WAITOK allocations from tws(4).Edward Tomasz Napierala2016-08-091-16/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits2016-02-271-2/+2
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-2/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-2/+2
* Use struct thread * directly instead of d_thread_t. This driver is notJohn Baldwin2015-01-052-4/+4
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-1/+2
* Switch from timeout(9) to callout(9). In addition, do not teardown theJohn Baldwin2014-09-226-21/+27
* Free the static DMA buffer holding the command ring during detach as wellJohn Baldwin2014-07-011-0/+13
* Get rid of the 'chan' from softc structure and use the latterXin LI2014-02-273-5/+3
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-252-5/+6
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-252-6/+5
* Update the CAM API for FreeBSD 10:Scott Long2013-09-242-5/+6
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-15/+2
* Fix typo in the definition of the TWS_DATA_CCB.Konstantin Belousov2013-05-231-1/+1
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1
* Slightly tune locking to not call xpt_alloc_ccb() that is allowed to sleepAlexander Motin2013-04-012-7/+4
* Fix typo.Kevin Lo2013-03-011-1/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-122-37/+13
* Integrate changes from LSI vendor driver 10.80.00.005 to FreeBSD.Xin LI2012-10-195-39/+68
* Use CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE to report missing targets orJim Harris2012-09-241-2/+2
* Specify MTX_RECURSE for the controller's io_lock. Without it, tws(4)Jim Harris2012-09-241-1/+1
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* Match surrounding style.Xin LI2012-01-161-1/+1
* Don't forget to release queue lock when allocation of memory failed.Xin LI2012-01-031-0/+1
* Do not define bool/true/false if the symbols already exist.Matthew D Fleming2011-12-121-0/+4
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-6/+4
* Don't expose a constant array into global namespace.Xin LI2011-10-282-2/+1
* Return BUS_PROBE_DEFAULT instead of 0 (BUS_PROBE_SPECIFIC), allowingXin LI2011-10-171-1/+1
* Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). ManyXin LI2011-10-049-0/+4544