aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ioat/ioat_test.c
Commit message (Expand)AuthorAgeFilesLines
* ioat(4): Remove Giant from ioat_test enable/disable.Alexander Motin2021-09-041-14/+12
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+3
* ioatcontrol(8) could exercise 8k-aligned copy with page-break, crc andTycho Nightingale2019-04-021-1/+25
* ioat: don't specify inline for function with variable argument listAndriy Gapon2017-03-041-2/+2
* ioat(4): ioat_get_dmaengine(): Add M_WAITOK modeConrad Meyer2016-04-091-1/+1
* ioatcontrol(8): Add support for interrupt coalescingConrad Meyer2015-12-141-2/+23
* ioat(4): Add ioatcontrol(8) testing for copy_8kConrad Meyer2015-12-101-9/+44
* ioat: Handle channel-fatal HW errors safelyConrad Meyer2015-10-311-1/+4
* ioat_test: Handled forced hardware resets gracefullyConrad Meyer2015-10-291-3/+14
* ioatcontrol(8): Add and document "raw" testing modeConrad Meyer2015-10-291-2/+41
* ioat: Define DMACAPABILITY bitsConrad Meyer2015-10-281-0/+9
* ioat: Add support for Block Fill operationsConrad Meyer2015-10-261-4/+37
* ioat: refcnt users so we can drain them at detachConrad Meyer2015-10-241-1/+3
* ioat_test: Add a colon (':') for styleConrad Meyer2015-10-221-1/+1
* ioat: Clean up loggingConrad Meyer2015-10-221-12/+29
* ioat: Fix some attach/detach issuesConrad Meyer2015-10-221-7/+40
* Improve flexibility of ioat_test / ioatcontrol(8)Conrad Meyer2015-10-221-58/+192
* Import ioat(4) driverConrad Meyer2015-08-241-0/+256