From: SourceForge.net <no...@so...> - 2005-04-12 17:35:35
|
Bugs item #1181652, was opened at 2005-04-12 13:34 Message generated for change (Settings changed) made by wysochanski You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=387023&aid=1181652&group_id=26396 Category: iscsi-drvr Group: 4.0.2 >Status: Closed Resolution: None Priority: 5 Submitted By: Dave Wysochanski (wysochanski) Assigned to: Dave Wysochanski (wysochanski) Summary: linux-iscsi should support 16-byte CDBs Initial Comment: This has been talked about before on the mailing list but never addressed formally. I'll soon be checking this in. Verified this with the latest 4-0 CVS and 2.6.9* kernel on x86_64 platform. The only thing that needs to change in the code is the following line: $ cvs diff iscsi-sfnet.h Index: iscsi-sfnet.h =================================================================== RCS file: /cvsroot/linux-iscsi/linux-iscsi/driver/include/iscsi-sfnet.h,v retrieving revision 1.3.2.4 diff -r1.3.2.4 iscsi-sfnet.h 42c42 < #define ISCSI_MAX_CMD_LEN 12 --- > #define ISCSI_MAX_CMD_LEN 16 ---------------------------------------------------------------------- >Comment By: Dave Wysochanski (wysochanski) Date: 2005-04-12 13:35 Message: Logged In: YES user_id=752546 Checked in to 4-0 branch of CVS: davidw@davidw-suse:include>cvs commit -m "1181652 - linux-iscsi should support 16-byte CDBs" iscsi-sfnet.h Checking in iscsi-sfnet.h; /cvsroot/linux-iscsi/linux-iscsi/driver/include/iscsi-sfnet.h,v <-- iscsi-sfnet.h new revision: 1.3.2.5; previous revision: 1.3.2.4 done ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=387023&aid=1181652&group_id=26396 |