summaryrefslogtreecommitdiffstats
path: root/sys/dev/tws
Commit message (Expand)AuthorAgeFilesLines
* MFC r274819:smh2014-12-211-1/+2
* MFC r272000:smh2014-12-216-21/+27
* MFC r262572:delphij2014-03-143-5/+3
* Re-do r255853. Along with adding back the API/ABI changes from thescottl2013-09-252-5/+6
* Revert r255853 pending fixes to build errors in usr.bin/kdumpgjb2013-09-252-6/+5
* Update the CAM API for FreeBSD 10:scottl2013-09-242-5/+6
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-15/+2
* Fix typo in the definition of the TWS_DATA_CCB.kib2013-05-231-1/+1
* MFprojects/camlock r248982:mav2013-04-141-1/+1
* Slightly tune locking to not call xpt_alloc_ccb() that is allowed to sleepmav2013-04-012-7/+4
* Fix typo.kevlo2013-03-011-1/+1
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-37/+13
* Integrate changes from LSI vendor driver 10.80.00.005 to FreeBSD.delphij2012-10-195-39/+68
* Use CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE to report missing targets orjimharris2012-09-241-2/+2
* Specify MTX_RECURSE for the controller's io_lock. Without it, tws(4)jimharris2012-09-241-1/+1
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* Match surrounding style.delphij2012-01-161-1/+1
* Don't forget to release queue lock when allocation of memory failed.delphij2012-01-031-0/+1
* Do not define bool/true/false if the symbols already exist.mdf2011-12-121-0/+4
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-6/+4
* Don't expose a constant array into global namespace.delphij2011-10-282-2/+1
* Return BUS_PROBE_DEFAULT instead of 0 (BUS_PROBE_SPECIFIC), allowingdelphij2011-10-171-1/+1
* Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Manydelphij2011-10-049-0/+4544
OpenPOWER on IntegriCloud