Increase command timeout to 30 seconds

This commit is contained in:
Laurent Vivier 2007-09-03 19:44:42 +00:00
parent d446f79fea
commit b966757f98

View File

@ -16,7 +16,7 @@
#include "libscsi.h"
#define COMPLETION_TIMEOUT 300
#define COMPLETION_TIMEOUT (30*60) /* 30 seconds */
#define SCSI_BUSY (1 << 6)
#define SCSI_SEL (1 << 1)