Subject: Re: sd3: not queued (using ccd) Do I have problems?
To: Marshall Midden <m4@unet.umn.edu>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 02/22/1996 22:20:50
> Concern has arisen due to messages of the following nature:
> 	sd3: not queued

In all likelihood, the SCSI driver was out of resources to schedule a
request. This is reported to the MI layer, which will retry some time
later.

I've never seen this happen, but then, I've also never run with six disks
on one controller. You can try replacing the `8' at line 176 in espvar.h,
where it says:

	struct ecb sc_ecb[8];

, with something more realistic.

-pk