summaryrefslogtreecommitdiff
path: root/sys/dev/tws/tws_user.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-09-01tws: clean up empty lines in .c and .h filesMateusz Guzik
2019-01-05Add a bounds check to the tws(4) passthrough ioctl handler.Mark Johnston
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-01-05Use struct thread * directly instead of d_thread_t. This driver is notJohn Baldwin
2014-02-27Get rid of the 'chan' from softc structure and use the latterXin LI
2013-04-01Slightly tune locking to not call xpt_alloc_ccb() that is allowed to sleepAlexander Motin
2012-10-19Integrate changes from LSI vendor driver 10.80.00.005 to FreeBSD.Xin LI
2011-10-04Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). ManyXin LI