Add Solaris native aio engine
[fio.git] / HOWTO
diff --git a/HOWTO b/HOWTO
index 15ee367b57ea1ea4a907d33a7fab77c01c5905b2..12974f3f4dcc563cd143a1084aaff17116d70d48 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -375,6 +375,8 @@ ioengine=str        Defines how the job issues io to the file. The following
 
                        posixaio glibc posix asynchronous io.
 
+                       solarisaio Solaris native asynchronous io.
+
                        mmap    File is memory mapped and data copied
                                to/from using memcpy(3).