Mark Lord wrote: > sata_qstor fix oops on rmmod. > > sata_qstor likes to disable the chip on module unload, > so it provides a libata "host_stop" method to do this. > But in recent kernels, this routine is now called too late, > after the PCI mmio resources have already been released. > Which produces an oops. > > This really needs to be fixed higher up. > For an interim workaround, we disable this function for now. Ah.. you're right. port and host stop should be called before any host resource is torn down. I'll submit a patch soon. 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