projects
/
SCSI2SD-V6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix terrible performance
[SCSI2SD-V6.git]
/
src
/
firmware
/
scsi.h
diff --git
a/src/firmware/scsi.h
b/src/firmware/scsi.h
index
0a12373
..
2e3a5fa
100755
(executable)
--- a/
src/firmware/scsi.h
+++ b/
src/firmware/scsi.h
@@
-97,7
+97,8
@@
typedef struct
typedef struct
{
typedef struct
{
- uint8_t data[MAX_SECTOR_SIZE * 2]; // Must be aligned for DMA
+ // TODO reduce this buffer size and add a proper cache
+ uint8_t data[MAX_SECTOR_SIZE * 8]; // Must be aligned for DMA
TargetState targets[S2S_MAX_TARGETS];
TargetState* target;
TargetState targets[S2S_MAX_TARGETS];
TargetState* target;