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
Oliver Rauch 2001-05-30 17:00:09 +00:00
rodzic 650a7f64c5
commit a917e2d039
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -226,7 +226,7 @@ static char lastrcmd[16]; /* hold command block of last read command */
#endif
#if USE == SOLARIS_INTERFACE
# define MAX_DATA (32*1024)
# define MAX_DATA (128*1024)
#endif
#if USE == SOLARIS_SG_INTERFACE