From: <vl...@us...> - 2006-12-15 16:30:40
|
Revision: 64 http://svn.sourceforge.net/scst/?rev=64&view=rev Author: vlnb Date: 2006-12-15 08:30:30 -0800 (Fri, 15 Dec 2006) Log Message: ----------- - Patch from Ming Zhang <bla...@gm...>: Small patch to enhance the 2TB support. MS Windows only like a 12 byte response. It seems to still follow the sbc2r10 spec instead of the r16 spec we use. detailed info can be found at http://sourceforge.net/mailarchive/forum.php?thread_id=31236894&forum_id=40837 - Small cleanup Modified Paths: -------------- trunk/scst/src/dev_handlers/scst_fileio.c trunk/scst/src/scst_mem.c Modified: trunk/scst/src/dev_handlers/scst_fileio.c =================================================================== --- trunk/scst/src/dev_handlers/scst_fileio.c 2006-12-15 16:14:04 UTC (rev 63) +++ trunk/scst/src/dev_handlers/scst_fileio.c 2006-12-15 16:30:30 UTC (rev 64) @@ -47,7 +47,7 @@ #define SCST_FIO_REV " 096" #define READ_CAP_LEN 8 -#define READ_CAP16_LEN 32 +#define READ_CAP16_LEN 12 #define MAX_USN_LEN 20 Modified: trunk/scst/src/scst_mem.c =================================================================== --- trunk/scst/src/scst_mem.c 2006-12-15 16:14:04 UTC (rev 63) +++ trunk/scst/src/scst_mem.c 2006-12-15 16:30:30 UTC (rev 64) @@ -31,7 +31,6 @@ #include "scsi_tgt.h" #include "scst_priv.h" -#include "scst_debug.h" #include "scst_mem.h" /* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |