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:
Kenneth D. Merry 2008-08-16 21:26:58 +00:00
parent 5f32510e53
commit 337b89a0e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181791

View File

@ -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