2001-05-27 Oliver Rauch <Oliver.Rauch@rauch-domain.de>

* 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.
DEVEL_2_0_BRANCH-1
Oliver Rauch 2001-05-27 21:01:46 +00:00
rodzic aeb4df6280
commit 9225208519
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 (128*1024)
# define MAX_DATA (32*1024)
#endif
#if USE == SOLARIS_SG_INTERFACE