summaryrefslogtreecommitdiff
path: root/sys/dev/tws
AgeCommit message (Expand)Author
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06twe/tws: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-01-09tws: fix "set but not used" in the tws driverRobert Wing
2021-12-03Fix "set but not used" in the tws driverScott Long
2020-11-23Make tws(4) use xpt_alloc_ccb()/xpt_free_ccb() instead of malloc/free.Edward Tomasz Napierala
2020-09-01tws: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2019-01-05Add a bounds check to the tws(4) passthrough ioctl handler.Mark Johnston
2018-11-13Remove support for versions prior to FreeBSD 7.0 from twa(4)Warner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-17Increase the number of LUNs this hardware can support.Josh Paetzel
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-08-09Remove NULL checks after M_WAITOK allocations from tws(4).Edward Tomasz Napierala
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-02-27Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits
2016-02-19Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits
2015-05-22CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim
2015-01-05Use struct thread * directly instead of d_thread_t. This driver is notJohn Baldwin
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2014-09-22Switch from timeout(9) to callout(9). In addition, do not teardown theJohn Baldwin
2014-07-01Free the static DMA buffer holding the command ring during detach as wellJohn Baldwin
2014-02-27Get rid of the 'chan' from softc structure and use the latterXin LI
2013-09-25Re-do r255853. Along with adding back the API/ABI changes from theScott Long
2013-09-25Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber
2013-09-24Update the CAM API for FreeBSD 10:Scott Long
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long
2013-05-23Fix typo in the definition of the TWS_DATA_CCB.Konstantin Belousov
2013-04-14MFprojects/camlock r248982:Alexander Motin
2013-04-01Slightly tune locking to not call xpt_alloc_ccb() that is allowed to sleepAlexander Motin
2013-03-01Fix typo.Kevin Lo
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2012-10-19Integrate changes from LSI vendor driver 10.80.00.005 to FreeBSD.Xin LI
2012-09-24Use CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE to report missing targets orJim Harris
2012-09-24Specify MTX_RECURSE for the controller's io_lock. Without it, tws(4)Jim Harris
2012-03-12Convert a number of drivers to obtaining their parent DMA tag from theirScott Long
2012-01-16Match surrounding style.Xin LI
2012-01-03Don't forget to release queue lock when allocation of memory failed.Xin LI
2011-12-12Do not define bool/true/false if the symbols already exist.Matthew D Fleming
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-10-28Don't expose a constant array into global namespace.Xin LI
2011-10-17Return BUS_PROBE_DEFAULT instead of 0 (BUS_PROBE_SPECIFIC), allowingXin LI
2011-10-04Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). ManyXin LI