cciss max SGs is 31, not 32, 2.5.1-pre5

Stephen Cameron (smcameron@yahoo.com)
Tue, 4 Dec 2001 09:02:52 -0800 (PST)


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