Re: [PATCH] EISA aic7770 broken

From: Justin T. Gibbs (gibbs@scsiguy.com)
Date: Sun Mar 09 2003 - 12:08:30 EST


> Justin,
>
> I'm having troubles getting an Adaptec AHA-2740 (EISA) running on
> 2.5.64.
>
> First thing is the initial request_region succeeds, but the driver
> thinks it failed... The enclosed patch fixes it.

Take a look in kernel/resource.c. request_region returns *non-zero*
if the region is already in use. The driver doesn't want to try and
probe a region that is in use by another device. Your patch is incorrect.

> But the driver crashes badly while probing the card, somewhere in
> ahc_runq_tasklet.
>
> Any idea ?

Not without more information.

--
Justin

- 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/



This archive was generated by hypermail 2b29 : Sat Mar 15 2003 - 22:00:18 EST