Re: [PATCH] 2.5.30-dj1

Matti Aarnio (matti.aarnio@zmailer.org)
Tue, 6 Aug 2002 00:48:35 +0300


On Mon, Aug 05, 2002 at 03:24:43PM -0500, Paul Larson wrote:
> Trivial fix for sym53c8xx driver breakage when
> CONFIG_BROKEN_SCSI_ERROR_HANDLING is turned off.

Wrong. You are trying to place your "fix" within
a #define statement. No can do.

> Thanks,
> Paul Larson
>
> --- linux-dj/drivers/scsi/sym53c8xx.h Mon Aug 5 15:42:11 2002
> +++ linux-dj-symfix/drivers/scsi/sym53c8xx.h Mon Aug 5 15:41:43 2002
> @@ -89,8 +89,10 @@
> release: sym53c8xx_release, \
> info: sym53c8xx_info, \
> queuecommand: sym53c8xx_queue_command,\
> +#ifdef CONFIG_BROKEN_SCSI_ERROR_HANDLING
> abort: sym53c8xx_abort, \
> reset: sym53c8xx_reset, \
> +#endif
> bios_param: scsicam_bios_param, \
> can_queue: SCSI_NCR_CAN_QUEUE, \
> this_id: 7, \
>
-
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/