Fix a biodone/AR_WAIT case. b_cmd was not getting set to BUF_CMD_DONE,
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 3 May 2006 06:28:01 +0000 (06:28 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 3 May 2006 06:28:01 +0000 (06:28 +0000)
commit5a83ae77437b42d921f658ec35d0469d3e096b4c
tree566e389b82f15b938a0228239bcf6dba870d62ce
parent8bfb5759cef2cceded09a60c65074514ebe6f055
Fix a biodone/AR_WAIT case.  b_cmd was not getting set to BUF_CMD_DONE,
causing ATA-RAID to timeout.

Reported-by: Stefan Krueger, YONETANI Tomokazu
sys/dev/disk/ata/ata-raid.c