SCSI_DELAY is specified in milliseconds, not seconds.
Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com> MFC after: 1 week
This commit is contained in:
parent
5f32510e53
commit
337b89a0e0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181791
@ -65,7 +65,7 @@ __FBSDID("$FreeBSD$");
|
||||
#endif /* !_KERNEL */
|
||||
|
||||
/*
|
||||
* This is the default number of seconds we wait for devices to settle
|
||||
* This is the default number of milliseconds we wait for devices to settle
|
||||
* after a SCSI bus reset.
|
||||
*/
|
||||
#ifndef SCSI_DELAY
|
||||
|
Loading…
Reference in New Issue
Block a user