freebsd-dev/sys/dev/ioat
Conrad Meyer 7afbb2638e ioat: Fix some attach/detach issues
Don't run the selftest until after we've enabled bus mastering, or the
DMA engine can't copy anything for our test.

Create the ioat_test device on attach, if so tuned.  Destroy the
ioat_test device on teardown.

Replace deprecated 'CALLOUT_MPSAFE' with correct '1' in callout_init().

Sponsored by:	EMC / Isilon Storage Division
2015-10-22 16:46:21 +00:00
..
ioat_hw.h ioat: Define IOAT_XFERCAP_VALID_MASK and use in ioat_read_xfercap 2015-10-22 04:33:05 +00:00
ioat_internal.h ioat: Fix some attach/detach issues 2015-10-22 16:46:21 +00:00
ioat_test.c ioat: Fix some attach/detach issues 2015-10-22 16:46:21 +00:00
ioat_test.h Improve flexibility of ioat_test / ioatcontrol(8) 2015-10-22 04:38:05 +00:00
ioat.c ioat: Fix some attach/detach issues 2015-10-22 16:46:21 +00:00
ioat.h