Increased SCSI buffer size on MacOS X. Patch from Mattias Ellert, bug #300601.

merge-requests/1/head
Henning Geinitz 2004-03-29 18:01:23 +00:00
rodzic c83e7ec87c
commit f99aea20cb
2 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2004-03-29 Henning Meier-Geinitz <henning@meier-geinitz.de>
* sanei/sanei_scsi.c: Increased SCSI buffer size on MacOS X.
Patch from Mattias Ellert, bug #300601.
2004-03-28 Henning Meier-Geinitz <henning@meier-geinitz.de>
* backend/gt68xx.c backend/gt68xx_devices.c

Wyświetl plik

@ -270,6 +270,10 @@ static char lastrcmd[16]; /* hold command block of last read command */
# define MAX_DATA (64*1024)
#endif
#if USE == MACOSX_INTERFACE
# define MAX_DATA (128*1024)
#endif
#ifndef MAX_DATA
# define MAX_DATA (32*1024)