Microsoft Knowledge Base Article 139357 describes how
some scsiport drivers can produce a timeout message when
the windows OS is booting. It describes that the timeout
is caused by a MODE_SENSE command being issued by the
scsidisk.sys driver with a timeout value on the I/O being
0.
It describes the problem as being only applied to windows
NT 3.5 (Workstation/Server). My problem is that the
driver I'm currently working with is exhibiting the exact
same problems as described by this article but on the
windows NT/2000 environments. Is it just that this
article isn't up to date and my timeouts are symptomatic
of something else.

The timeouts only occur during the OS boot and the driver
and the hardware function normally outside of this.

Can anyone offer some insight?

Thanks

Re: scsi timeout at boot by Xinhai

Xinhai
Thu Jul 03 19:30:59 CDT 2003

Usually this kind of timeout is harmless.
If you are a user, you can contact with th vendor of your controller.
If you are a driver developer of the controller, you can check all
outstanding SRB in the HwScsiResetBus of your SCSI miniport driver.


"Mike" <michaelm@platypus.net> wrote in message
news:00a301c34118$c3c78800$a001280a@phx.gbl...
> Microsoft Knowledge Base Article 139357 describes how
> some scsiport drivers can produce a timeout message when
> the windows OS is booting. It describes that the timeout
> is caused by a MODE_SENSE command being issued by the
> scsidisk.sys driver with a timeout value on the I/O being
> 0.
> It describes the problem as being only applied to windows
> NT 3.5 (Workstation/Server). My problem is that the
> driver I'm currently working with is exhibiting the exact
> same problems as described by this article but on the
> windows NT/2000 environments. Is it just that this
> article isn't up to date and my timeouts are symptomatic
> of something else.
>
> The timeouts only occur during the OS boot and the driver
> and the hardware function normally outside of this.
>
> Can anyone offer some insight?
>
> Thanks