Subject: Re: SCSI driver doesn't wait enough for CD ROM to become ready
To: None <current-users@sun-lamp.cs.berkeley.edu, jtk@kolvir.blrc.ma.us>
From: None <mycroft@gnu.ai.mit.edu>
List: current-users
Date: 08/11/1994 19:53:55
Two things:

1) This is a more general problem that may also affect other types of
devices.

2) The same thing can happen on open.

For the moment, I haven't dealt with #1.  I've dealt with #2 by moving
the change into cd_size(), and only retrying if scsi_scsi_cmd() reports
EBUSY (which means the device returned NOT READY).


------------------------------------------------------------------------------