Re: [PATCH] 2.5.30-dj1

Alan Cox (alan@lxorguk.ukuu.org.uk)
06 Aug 2002 00:53:07 +0100


On Mon, 2002-08-05 at 23:11, Paul Larson wrote:

> cleaner way of doing it. The problem is that this driver won't build if
> CONFIG_BROKEN_SCSI_ERROR_HANDLING isn't defined because in hosts.h we
> have this in the Scsi_Host_Template struct:
> #ifdef CONFIG_BROKEN_SCSI_ERROR_HANDLING
> int (* abort)(Scsi_Cmnd *);
> int (* reset)(Scsi_Cmnd *, unsigned int);
> #endif

We dont want it to build until its fixed

Take a look at http://www.andante.org/scsi_eh.html

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/