If the adapter is returning a selection timeout, then we should be

returning XS_SELTIMEOUT, not XS_TIMEOUT.  Pointed out by Andrew Doran.
This commit is contained in:
briggs 2001-06-09 18:08:20 +00:00
parent 7408b77903
commit acf06d2e27

View File

@ -1,4 +1,4 @@
/* $NetBSD: adv.c,v 1.25 2001/06/09 17:18:21 briggs Exp $ */ /* $NetBSD: adv.c,v 1.26 2001/06/09 18:08:20 briggs Exp $ */
/* /*
* Generic driver for the Advanced Systems Inc. Narrow SCSI controllers * Generic driver for the Advanced Systems Inc. Narrow SCSI controllers
@ -964,7 +964,7 @@ adv_narrow_isr_callback(sc, qdonep)
break; break;
case ASC_QHSTA_M_SEL_TIMEOUT: case ASC_QHSTA_M_SEL_TIMEOUT:
xs->error = XS_TIMEOUT; xs->error = XS_SELTIMEOUT;
break; break;
default: default: