Add additional functionality to the syslink implementation. Give the
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 13 Aug 2007 17:47:20 +0000 (17:47 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 13 Aug 2007 17:47:20 +0000 (17:47 +0000)
commitfc247d0a489f22a6271e5dbe221c3d8d18e2e46e
tree7979e0c50772d5822c68b70f179712b0489542e8
parentdff430ab95c038114b46b996c42ec22ba7b00264
Add additional functionality to the syslink implementation.  Give the
kernel side the ability to send a syslink message asynchronously (we we
can implement an asynchronous VOP_STRATEGY) and add support code to
construct XIO's for kernel consumption.

Document the syslink element flags a bit better and add a ne wsyslink
element construction inline which constructs a simple degenerate element.
sys/kern/kern_syslink.c
sys/sys/syslink.h
sys/sys/syslink_msg.h
sys/sys/syslink_msg2.h