Re: sg regression in 2.6.16-rc5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Linus Torvalds wrote:

On Fri, 3 Mar 2006, Jeff Garzik wrote:

256 max sectors IDE driver, 200 max sectors libata (due to driver not
hardware).


When I said "lower due to broken hw" I was more thinking about things like the SiIimage driver, which actually limits the rqsize to 15 sectors due to some strange hw interactions with seagate SATA devices.

Yep.  There's trouble if the last FIS (sata packet, max 8K) is exactly 7.5K.


(It will then raise it back up to 128 if it's not a Seagate SATA drive. I forget what the exact issue was. Some strange corruption in some limited case, and not allowing big requests worked around it. There's some strange IDE quirks out there...).

Technically its

	if (sectors % 15 == 1)
		explode

:)  Yes, IDE is a weird weird world...

	Jeff


-
: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux