Subject: scsipi hardware driver to midlayer: how to signal bus timeout?
To: None <tech-kern@netbsd.org>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: tech-kern
Date: 10/31/1999 22:09:56
I'm trying to debug the Amiga sbic.

afaict, if a data phase was expected in a command, sbic fails to tell the
upper layer that a scsi bus timeout occured (on select, for a target that
is not there).

What should sbic.c do to tell scsipi about this condition?

	-is