From: Jeff Garzik <jeff@garzik.org>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Steve Byan <smb@egenera.com>, Mark Lord <lkml@rtr.ca>,
Matthias Andree <matthias.andree@gmx.de>,
Douglas Gilbert <dougg@torque.net>, Mark Rustad <mrustad@mac.com>,
linux-scsi@vger.kernel.org,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: sg regression in 2.6.16-rc5
Date: Fri, 03 Mar 2006 15:30:03 -0500 [thread overview]
Message-ID: <4408A74B.30306@garzik.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0603031204370.22647@g5.osdl.org>
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
next prev parent reply other threads:[~2006-03-03 20:30 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-28 17:54 sg regression in 2.6.16-rc5 Mark Rustad
2006-02-28 19:53 ` Douglas Gilbert
2006-02-28 20:38 ` Kai Makisara
2006-03-01 2:04 ` Douglas Gilbert
2006-03-01 2:08 ` Mark Rustad
2006-03-01 8:38 ` Matthias Andree
2006-03-01 18:28 ` Linus Torvalds
2006-03-01 18:32 ` Mark Lord
2006-03-01 18:42 ` Linus Torvalds
2006-03-01 18:50 ` Matthew Wilcox
2006-03-03 18:27 ` Steve Byan
2006-03-03 18:55 ` Linus Torvalds
2006-03-03 19:13 ` Steve Byan
2006-03-03 19:42 ` Jeff Garzik
2006-03-03 20:09 ` Linus Torvalds
2006-03-03 20:30 ` Jeff Garzik [this message]
2006-03-01 19:33 ` Douglas Gilbert
2006-03-01 20:42 ` Mike Christie
2006-03-01 22:30 ` James Bottomley
2006-03-01 22:56 ` Mike Christie
2006-03-01 21:06 ` Kai Makisara
2006-03-02 19:50 ` Douglas Gilbert
2006-03-02 21:25 ` Linus Torvalds
2006-03-02 23:08 ` Matthias Andree
2006-03-02 23:20 ` Linus Torvalds
2006-03-03 0:02 ` Linus Torvalds
2006-03-03 0:12 ` Linus Torvalds
2006-03-03 16:43 ` Douglas Gilbert
2006-03-03 17:17 ` Linus Torvalds
2006-03-02 23:06 ` Matthias Andree
-- strict thread matches above, loose matches on Subject: below --
2006-03-02 23:04 Falkinder, David Malcolm
2006-03-02 23:04 ` Falkinder, David Malcolm
2006-03-03 20:24 Falkinder, David Malcolm
2006-03-03 21:54 ` Linus Torvalds
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4408A74B.30306@garzik.org \
--to=jeff@garzik.org \
--cc=dougg@torque.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=lkml@rtr.ca \
--cc=matthias.andree@gmx.de \
--cc=mrustad@mac.com \
--cc=smb@egenera.com \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.