CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2011/07/07 10:50:15
Modified files: sys/kern : kern_physio.c Log message: set flags correctly in physio - now with actual clearing of B_DONE and B_ERROR between re-use of the same buffer to re-call strategy() - large dd's now work again which were broken by my last commit of this. ok krw@