Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 1998 11:17:09 -0700
From:      Matthew Jacob <mjacob@feral.com>
To:        Micha Class <michael_class@hp.com>
Cc:        scsi@FreeBSD.ORG
Subject:   Re: handling of XS_SELTIMEOUT for UMAX scanner
Message-ID:  <353B9125.7832C852@feral.com>
References:  <353A1E64.DBD1A5D2@hp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I would think it shouldn't be handled this way. A selection
timeout implies you couldn't acquire the SCSI bus to talk
to the target, so the command in fact didn't start- hence
saying it 'timed out' is misleading.

I'd put a separate case to handle it (if only to quiesce
the error message) and either return SCCMD_UNKNOWN, or
extend the semantics here so that something, say, SCCMD_BUSFART,
is returned (indicating a non-nexus specific error has occurred).

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?353B9125.7832C852>