On Sat, Jan 16, 2016 at 01:09:37PM +0300, Sergei Shtylyov wrote: > >+ /* fabricate port_map from cap.nr_ports for < AHCI 1.3 */ > >+ if (!port_map && (!(vers >> 16) || > >+ ((vers >> 16) == 1 && (vers & 0xFFFF) < 0x300))) { > > Hm, won't just (vers < 0x1300) just work? lol, indeed. Lemme update the patch. 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