If it does, it's a bug, imho, as chip drivers are using it.
> > A private member in the ata_pci_device[] struct would be also very
> > useful. Or is the "extra" field for that?
>
> extra is it already for host chip driver specific flags.
> pdc202xx is the only one using it. Indeed this should be moved
> to a void *private as well.
>
> But anyway principally I agree with all the suggestions.
Will you implement that or should I?
There is more to that: the initialization of the chip drivers still
won't work with the private fields - because chip_init won't know what
channels it is using, because it only gets pci_dev as a parameter, etc,
etc ... the functions in the chip drivers have very tough way keeping
information available between them.
In my opinion the chip_init function should detect what channels are
enabled and call an ata_register_channel function, which would tell the
above layer which functions to call when, etc, etc.
Furthermore, the PCI probing should be split and separated into the chip
drivers, but that can happen later. First the registration needs to be
done per-channel found (maybe per-controller) and not per-driver.
> BTW.> Please note that right now we have a bit
> of dichotomy about where the actual driver
> methods get stored, after I have generalized the registration
> of the driver. This should be unified at some point in time as well.
> (xxxproc and udma_xxx method famili is what I have in mind here.)
That isn't a problem for me at this very moment, fortunately.
> >>You can remove duplicate entries from module data table.
> >
> > I wonder how they got there ...
>
> Already gone in nr. 70.
Ahh, I may have started from a slightly older version.
> >>BTW: please don't touch pdc202xx.c I am playing with it...
> >
> >
> > Ok, I won't. Send it to me for comments later.
>
> You guys are reducing me more and more to a spinnlock for
> synchronization ;-).
Isn't that nice? ;)
-- Vojtech Pavlik SuSE Labs - 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/