Re: Kernel 2.4.3 and new aic7xxx

Linus Torvalds (torvalds@transmeta.com)
6 Mar 2001 22:11:45 -0800


In article <200103070546.f275keO22502@aslan.scsiguy.com>,
Justin T. Gibbs <gibbs@scsiguy.com> wrote:
>>I've a Super P6SBS motherboard with a builtin dual channel Adaptec 7890
>>Ultra II scsi controller. I'm attaching the console grab when booting
>>2.4.3-pre2. The controller BIOS is configured to boot off the disk with
>>scsi id 0 on channel B.
>
>It looks like Doug was right to think that the functions can be
>presented to the device driver in reverse order. I should have
>a patch for you early tomorrow.

It should be easy enough to make the PCI layer sort the devices, and you
might not be the only driver that wants to see subfunction 0 before
subfunction 1.

I suspect it's easier to just make the PCI layer call the probe function
in that order, instead of working around it in your driver. Jeff?

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