				'dt' To Do List:
				----------------

     o	Consider adding support for testing via threads packages.
	- for systems without AIO, mimic AIO via threads.

     o	Consider adding support to test streams, System V shared memory,
	and POSIX message queues.

     o	Add scripting capability to allow users to roll-your-own tests.

     o	Add ability for single 'dt' process to test multiple devices.


     March 4th, 2007
     ---------------
     o	On data corruptions, re-read data:
	- for raw I/O, re-read through SCSI pass-through API
	- for file system, re-read through raw or SCSI API's
	  Requires metadata prowler for FS to LBA mapping
	  or re-read with Direct I/O (DIO)

     o	Implement Hazard like corruption analysis:
	- can be done for known data patterns (IOT, etc).
	- consider file system unique data (i-node with block?)

     o	Consider output formats to easily import to other tools.

     o	Consider design to track I/O's (history mechanism).
