Re: 2.6.3 adaptec I2O will not compile

From: David Lang
Date: Thu Feb 26 2004 - 05:25:42 EST


Mark, do you have any comments on this?

On Thu, 26 Feb 2004, Jaco Kroon wrote:

> Date: Thu, 26 Feb 2004 01:28:14 -0800
> From: Jaco Kroon <jkroon@xxxxxxxxxxx>
> To: David Lang <david.lang@xxxxxxxxxxxxxxxxxx>
> Cc: Adrian Bunk <bunk@xxxxxxxxx>,
> Linux Kernel Mailing List <linux-kernel@xxxxxxxxxxxxxxx>
> Subject: Re: 2.6.3 adaptec I2O will not compile
>
> David Lang wrote:
>
> >I received a post from Mark Salyzyn with a new driver that does
> compile,
> >he said that he has submitted the patches (I didn't get a chance to try
> >the new kernel yet, I expect to do that shortly and will report any
> >problems)
> >
> >D
> >
> Somebody just mailed me a patch too, but I found the following
> discrepancy:
>
> /*
> * scsi_unregister will be called AFTER we return.
> */
> static int adpt_release(struct Scsi_Host *host)
> {
> adpt_hba* pHba = (adpt_hba*) host->hostdata[0];
> // adpt_i2o_quiesce_hba(pHba);
> adpt_i2o_delete_hba(pHba);
> scsi_unregister(host);
> return 0;
> }
>
> This is used to release the host, now read the comment, and then the
> line just before the return. This line was added by the patch, which
> also commented out the quiesce line. Is it possible to get any
> confirmation on how this is supposed to function?
>
> Jaco
>
> ===========================================
> This message and attachments are subject to a disclaimer. Please refer
> to www.it.up.ac.za/documentation/governance/disclaimer/ for full
> details.
> Hierdie boodskap en aanhangsels is aan 'n vrywaringsklousule onderhewig.
> Volledige besonderhede is by
> www.it.up.ac.za/documentation/governance/disclaimer/ beskikbaar.
> ===========================================
>
>

--
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/