From: Stephen Cameron <smcameron@yahoo.com>
To: linux-kernel@vger.kernel.org
Subject: cciss max SGs is 31, not 32, 2.5.1-pre5
Date: Tue, 4 Dec 2001 09:02:52 -0800 (PST) [thread overview]
Message-ID: <20011204170252.43996.qmail@web12302.mail.yahoo.com> (raw)
Guys,
wrt 2.5.1-pre5
The change below should be reverted. The controller will reject a command
with 32 scatter gather entries.
Thanks,
-- steve
diff -u --recursive --new-file v2.5.0/linux/drivers/block/cciss_cmd.h
linux/drivers/block/cciss_cmd.h
--- v2.5.0/linux/drivers/block/cciss_cmd.h Fri Nov 2 17:45:42 2001
+++ linux/drivers/block/cciss_cmd.h Tue Nov 27 09:23:27 2001
@@ -7,7 +7,7 @@
//general boundary defintions
#define SENSEINFOBYTES 32//note that this value may vary between host implementations
-#define MAXSGENTRIES 31
+#define MAXSGENTRIES 32
#define MAXREPLYQS 256
__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com
next reply other threads:[~2001-12-04 17:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-12-04 17:02 Stephen Cameron [this message]
2001-12-04 19:03 ` Jens Axboe
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=20011204170252.43996.qmail@web12302.mail.yahoo.com \
--to=smcameron@yahoo.com \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®