Subject: Re: kernel crash dumps
To: None <Chris_G_Demetriou@BALVENIE.PDL.CS.CMU.EDU>
From: Charles M. Hannum <mycroft@ai.mit.edu>
List: port-pmax
Date: 07/13/1995 08:55:51
i think that the machine-independent SCSI code _always_ uses long
commands, but am not 100% sure...
Specifically, it uses 10-byte commands. However, it *should* know how
to generate 6- and 12-byte commands when appropriate, and the actual
code to generate read and write requests should be in scsi_base.c,
rather than being duplicated N times. This has been fairly low on my
list for a while.