tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: SCSI status 0x3



On Tue, Dec 31, 2013 at 02:14:08PM +0000, Emmanuel Dreyfus wrote:
> 
> That means I should look at previously sent SCSI command? And is
> it possible that the NMI and the invalid SGL are for the same problem?

It looked to me like the change you made to mpii might use more
descriptors than the device can actually handle (typically more
than fit in one page or one instance of some other relevant size from
the device's point of view) to describe a transfer.  Since I have no
datasheet I don't know what the actual device limitations are but you
bumped the max from 32 to 512, right?  That might cause this.

-- 
 Thor Lancelot Simon                                          
tls%panix.com@localhost
"From the tooth paste you use in the morning to the salt on your evening meal,
it's easy to take for granted the many products brought to us with explosives."
    - Institute of Manufacturers of Explosives, "Explosives Make It Possible" 


Home | Main Index | Thread Index | Old Index