> > is that sufficient for you to attach the PATA port to the PATA methods > > for this chipset ? > > > > Alan > > > It should be sufficient . Consider it done Signed-off-by: Alan Cox <alan@xxxxxxxxxx> Please push with the SATA driver changes to use it. diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.19-rc6-mm1/drivers/ata/pata_sis.c linux-2.6.19-rc6-mm1/drivers/ata/pata_sis.c --- linux.vanilla-2.6.19-rc6-mm1/drivers/ata/pata_sis.c 2006-11-24 13:58:05.000000000 +0000 +++ linux-2.6.19-rc6-mm1/drivers/ata/pata_sis.c 2006-12-04 12:35:23.302072176 +0000 @@ -766,6 +768,8 @@ .port_ops = &sis_133_early_ops, }; +/* Privately shared with the SiS180 SATA driver, not for use elsewhere */ +EXPORT_SYMBOL_GPL(sis_info133); static void sis_fixup(struct pci_dev *pdev, struct sis_chipset *sis) { - 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