]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC ioat(4) driver in its present state.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 25 May 2016 07:09:54 +0000 (07:09 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 25 May 2016 07:09:54 +0000 (07:09 +0000)
commit3f9d41426f27fa7e2cca2a06889bf4ef61232afe
treec3ddc45d3097fc4ebffb152e65e728afd2d6e73f
parentf06bb91f247f53f153d78b6a86ab54f0d15d66c7
MFC ioat(4) driver in its present state.

git-svn-id: svn://svn.freebsd.org/base/stable/10@300661 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
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]