]> xenbits.xensource.com Git - seabios.git/commit
lsi: do not reset on error
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 2 Aug 2012 16:22:43 +0000 (18:22 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 4 Aug 2012 15:02:29 +0000 (11:02 -0400)
commit876ff281dd7bf3783bcb328ab0972153a0ec0ae7
tree7bee2790b9fe10c37d6e34fa71834696b3f8d96a
parent4da0725dc39d2e64d8efa593210599004833269b
lsi: do not reset on error

Resetting on any error (including for example a disconnected device)
will cause a unit attention condition on all devices.  So if we cannot
probe for example target 6, the first read on target 0 will fail.

Reported-by: Frediano Ziglio <freddy77@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
src/lsi-scsi.c