#SCSI HELP!
31-Aug-90 14:40:22
Sb: #118284-#SCSI HELP!
Fm: Harry Manolopoulos 75410,322
To: Don Curtis/SYSOP 76703,4321
I see what you're getting at but it was mor like this:
0102030405060708… What went to the device was 01030507.
The array was declared as a UBYTE array. So it looks like it was skipping
entire words. I did try a UWORD array 0x0102,0x0304 etc with the same
result. The only difference was whether or not the UBYTE array was
initialized:
for example UBYTE array[5] ={1,2,3,4,5} vs UBYTE
array[5] and stuffing the uninited array later. Mike Roth said that the
inited data goes into a data hunk vs a Bss hunk for uninited data. I'll
have to try it on a 2000 where there is no 32 bit wide fetch, that might be
part of it too. I'll get to play around with it more this weekend, we're
onto something I think.Thanks again, Harry Manolopoulos