Module Name: src Committed By: riastradh Date: Wed Jan 9 22:03:49 UTC 2013
Modified Files: src/sys/dev/ata: wd.c Log Message: Initialize b_resid before biodone in wdioctlstrategy error branch. Otherwise we may panic when physio's biodone callback kasserts something about b_resid, since nothing will have initialized it. To generate a diff of this commit: cvs rdiff -u -r1.401 -r1.402 src/sys/dev/ata/wd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.