Asynchronous I/O The 2.6 kernel supports asynchronous I/O Most drivers need not worry about it Block, network drivers already asynchronous Most char devices don't benefit If you need to support AIO: Add aio_read() and aio_write() methods See the web site for details