From 319a187e569e83aa010b35615281003b7819a969 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Mon, 8 Nov 1993 12:11:01 +0000 Subject: Increase timeout in sd_start_unit procedure from 2000 to 6000, per Adam David --- sys/scsi/sd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/scsi') diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index 3ee38d2..6717449 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992 * - * $Id: sd.c,v 1.9 1993/09/20 06:27:04 rgrimes Exp $ + * $Id: sd.c,v 1.10 1993/09/20 06:28:13 rgrimes Exp $ */ #define SPLSD splbio @@ -883,7 +883,7 @@ int unit,flags; sizeof(scsi_cmd), 0, 0, - 2000, + 6000, NULL, flags)); } -- cgit v1.1