Thread (11 messages) 11 messages, 3 authors, 2016-01-25

Re: [PATCH v2] libata: disable forced PORTS_IMPL for >= AHCI 1.3

From: Tejun Heo <tj@kernel.org>
Date: 2016-01-19 17:22:27
Also in: lkml

On Sat, Jan 16, 2016 at 01:09:37PM +0300, Sergei Shtylyov wrote:
quoted
+	/* 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help