mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 20:56:24 +00:00
- Patch from Ming Zhang <blackmagic02881@gmail.com>:
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 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@64 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
|
||||
#include "scsi_tgt.h"
|
||||
#include "scst_priv.h"
|
||||
#include "scst_debug.h"
|
||||
#include "scst_mem.h"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user