kopia lustrzana https://gitlab.com/sane-project/backends
2001-05-30 Oliver Rauch <Oliver.Rauch@rauch-domain.de>
* Problem with SOLARIS_INTERFACE (change from 2001-05-27) had an other reason than the scsi buffer size (MAX_DATA). Changed scsi buffer size for solaris sg driver (USE == SOLARIS_INTERFACE in sanei_scsi.c) again from 32 KB to 128KB.DEVEL_2_0_BRANCH-1
rodzic
650a7f64c5
commit
a917e2d039
|
@ -226,7 +226,7 @@ static char lastrcmd[16]; /* hold command block of last read command */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if USE == SOLARIS_INTERFACE
|
#if USE == SOLARIS_INTERFACE
|
||||||
# define MAX_DATA (32*1024)
|
# define MAX_DATA (128*1024)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if USE == SOLARIS_SG_INTERFACE
|
#if USE == SOLARIS_SG_INTERFACE
|
||||||
|
|
Ładowanie…
Reference in New Issue