Hi Bart,


[ generic comment about PATA support in libata, yes wrong thread 8) ]

I think that at one point libata and IDE drivers should be merged.
Yes, this is doable and I plan to prove it soon (this shouldn't be so
hard nowadays :-).

Do you mean the IDE subsystem and libata sharing the same lowlevel drivers?

I really don't want to have two PATA drivers in
the tree with subtle differences (i.e. CHS handling) when one would
work in some cases (i.e. 4 Promise controllers) and the second one
in other cases (i.e. ATAPI support).  I'm sure you get the point.


Yes, it is a problem. When I was asked to look at pdc2027x host adapter hotplug issue, I saw libata already have the HBA hotplug feature. So, that's why the pdc202xx_new driver was ported to libata as pata_pdc202xx driver. However, currently libata needs enhancements like PATA, ATAPI, etc. And the IDE subsystem needs some enhancements like HBA hotplug, etc. It will be great if some kind of integration can be done.

Before the dream come true, could I work on the following items on pdc202xx_new 
driver?
- Add PLL init code
  (This can fix the more than 2 adapters not supported limitation)
- Fix the hardware auto-set timing registers problem
- Fix the pdc2027x ATAPI DMA problem with the workaround
  (Currently pdc202xx_new driver alway use PIO mode for ATAPI)

The pdc202xx_new is the current driver used in production environment.
Fixing the above problems is really needed.

Best regards,

Albert


- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Reply via email to