Re: [PATCH] IDE update for 2.6.7-rc3 [1/12]

From: Herbert Xu
Date: Sun Jun 13 2004 - 03:37:37 EST


Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:
> On Fri, Jun 11, 2004 at 05:50:30PM +0200, Bartlomiej Zolnierkiewicz wrote:
>>
>> Probably some drivers are still missed because I changed only
>> these drivers that I knew that there are PCI cards using them.
>>
>> If you know about PCI cards using other drivers please speak up.
>
> IMHO the PCI ->probe methods should always be __devinit. It's rather
> hard to make sure they're never every hotplugged in any way, especially
> with the dynamic id adding via sysfs thing.

Well the reason I made them all __devinit in my patch is because it
also tries to maintain the same PCI probing order as a builtin kernel
when IDE is built as a module.

To do that all the PCI driver modules are loaded before probing takes
place. Therefore if any probing funciton is declared as __init then
this will not work.

Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
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/