]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC ioat(4) driver in its present state.
authormav <mav@FreeBSD.org>
Wed, 25 May 2016 07:09:54 +0000 (07:09 +0000)
committermav <mav@FreeBSD.org>
Wed, 25 May 2016 07:09:54 +0000 (07:09 +0000)
commitd748f0adede2aeb8cb93f4f727575df0987fec63
treec3ddc45d3097fc4ebffb152e65e728afd2d6e73f
parent9067c52647a790e0945bbadd59190a5e1be02e48
MFC ioat(4) driver in its present state.
13 files changed:
share/man/man4/Makefile
sys/conf/files.amd64
sys/dev/ioat/ioat.c [new file with mode: 0644]
sys/dev/ioat/ioat.h [new file with mode: 0644]
sys/dev/ioat/ioat_hw.h [new file with mode: 0644]
sys/dev/ioat/ioat_internal.h [new file with mode: 0644]
sys/dev/ioat/ioat_test.c [new file with mode: 0644]
sys/dev/ioat/ioat_test.h [new file with mode: 0644]
sys/modules/Makefile
sys/modules/ioat/Makefile [new file with mode: 0644]
tools/tools/ioat/Makefile [new file with mode: 0644]
tools/tools/ioat/ioatcontrol.8 [new file with mode: 0644]
tools/tools/ioat/ioatcontrol.c [new file with mode: 0644]