From 92252085195e383bfbb15081f77501b1ec18e80a Mon Sep 17 00:00:00 2001 From: Oliver Rauch Date: Sun, 27 May 2001 21:01:46 +0000 Subject: [PATCH] 2001-05-27 Oliver Rauch * changed scsi buffer size for solaris sg driver (USE == SOLARIS_INTERFACE in sanei_scsi.c) to 32 KB again because it does not work for at least one system with 64KB. --- sanei/sanei_scsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanei/sanei_scsi.c b/sanei/sanei_scsi.c index c9966d519..df94ac1bd 100644 --- a/sanei/sanei_scsi.c +++ b/sanei/sanei_scsi.c @@ -226,7 +226,7 @@ static char lastrcmd[16]; /* hold command block of last read command */ #endif #if USE == SOLARIS_INTERFACE -# define MAX_DATA (128*1024) +# define MAX_DATA (32*1024) #endif #if USE == SOLARIS_SG_INTERFACE