Re: Silicon Image 3112A SATA trouble

From: Jeff Garzik
Date: Sun Nov 30 2003 - 13:32:50 EST


Jens Axboe wrote:
Ah, my line wasn't completely clear (to say the least)... So to clear
all doubts:

if ((sector_count % 15 == 1) && (sector_count != 1))
errata path

Agree?


Agreed.


The confusion here is most likely my fault, as my original post intentionally inverted the logic for illustrative purposes (hah!)...

Well, the constraint we must satisfy is

sector_count % 15 != 1

(i.e. "== 1" causes the lockup)

And to think, English is my only language...

Jeff



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/