On Fri, Feb 11, 2005 at 02:05:14AM +1100, Finn Thain wrote:
> Well, it fixed the build failure, but when I tested the kernel I get a new
> error at bootup,
>
> scsi HBA driver Macintosh NCR5380 SCSI didn't set a release method.
>
> I think the last chunk of the patch is causing this, since this error
> means that the release pointer is null. Looking at mac_esp.c, I'm guessing
> we should drop the last chunk and change the second chunk to
>
> -int macscsi_release (struct Scsi_Host *shpnt)
> +static int macscsi_release (struct Scsi_Host *shpnt)
>
> What do you think?
Well, the devexit part in initializing the function table is supposed
to be there to prevent references to stripped __exit functions. It
should work to make the function a normal static function and refer
to it directly in the structure initialization as it was before. It
is definitely worth trying. It would be nice to get the 5380 driver
working again. I got a little farther on getting serial working, but
I haven't had much time to work on it this year.
Brad Boyer
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html