aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tws/tws_user.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* tws: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+0
* Add a bounds check to the tws(4) passthrough ioctl handler.Mark Johnston2019-01-051-2/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Use struct thread * directly instead of d_thread_t. This driver is notJohn Baldwin2015-01-051-2/+2
* Get rid of the 'chan' from softc structure and use the latterXin LI2014-02-271-3/+2
* Slightly tune locking to not call xpt_alloc_ccb() that is allowed to sleepAlexander Motin2013-04-011-2/+0
* Integrate changes from LSI vendor driver 10.80.00.005 to FreeBSD.Xin LI2012-10-191-30/+48
* Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). ManyXin LI2011-10-041-0/+379