mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 01:38:57 +00:00
Gee, seems like I have commited this fix at least 3 times :-)
>From: Adam David <adam@veda.is> Subject: SCSI timeout in sdopen() Date: Sun, 6 Feb 1994 21:40:48 GMT Index: sys FreeBSD-current Reference: FreeBSD-current/sys/9 Description: sdopen() times out on slow SCSI devices. This code was moved into a different file, which might explain why it got missed again. Repeat-By: using slow SCSI disks
This commit is contained in:
parent
ab377d1e00
commit
c18a08b91d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1107
@ -8,7 +8,7 @@
|
||||
* file.
|
||||
*
|
||||
* Written by Julian Elischer (julian@dialix.oz.au)
|
||||
* $Id: scsi_base.c,v 1.4 1994/01/14 16:25:29 davidg Exp $
|
||||
* $Id: scsi_base.c,v 1.5 1994/01/29 10:30:37 rgrimes Exp $
|
||||
*/
|
||||
|
||||
#define SPLSD splbio
|
||||
@ -293,7 +293,7 @@ scsi_start_unit(sc_link, flags)
|
||||
0,
|
||||
0,
|
||||
2,
|
||||
2000,
|
||||
6000,
|
||||
NULL,
|
||||
flags));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user