K 10 svn:author V 5 gibbs K 8 svn:date V 27 1996-09-06T05:35:00.000000Z K 7 svn:log V 352 Add B_ORDERED buffer flag and prototype for the bowrite function. Bowrite guarantees that buffers queued after a call to bowrite will be written after the specified buffer (to a particular device). Bowrite does this either by taking advantage of hardware ordering support (e.g. tagged queueing on SCSI devices) or by resorting to a synchronous write. END