Hello, akpm@xxxxxxxxxxxxxxxxxxxx wrote: > From: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> > > - Add a driver for motherboard ACPI method devices > > - Link it after normal drivers so ACPI is not preferred > > - Hook the AMD driver to prefer ACPI for the Nvidia devices if ACPI is > active > > - While we are at it fix up the simplex clear the AMD driver. > > Depends upon the set_mode -> do_set_mode wrapper patch > > Signed-off-by: Alan Cox <alan@xxxxxxxxxx> > Cc: Jeff Garzik <jeff@xxxxxxxxxx> > Cc: Tejun Heo <htejun@xxxxxxxxx> > Cc: Len Brown <lenb@xxxxxxxxxx> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > --- Can't find the original posting, so replying here. Alan, Jeff, can you guys hold a bit with pata_acpi? I think it's better to implement helpers in libata-acpi and use them as necessary in sata_nv rather than using separate pata_acpi driver (we can definitely implement pata_acpi using the helpers). It will reduce general confusion and allow combining acpi cable detection with specialized device handling (e.g. ACPI cable detection combined with ADMA command operation). libata-acpi also needs quite some amount of other improvements. I'll post prototype code and things to discuss about later this week. Thanks. -- tejun - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html