DustinWright,
Not really, there are many different DOS ASPI drivers out there for different cards, how it is done depends on the controller and driver. It is best to find the ASPI driver and instruction on config.sys entry for the model you have. In general though this is what a service center 7.5 for DOS config.sys file with a LSI controller would look like:
device=DOS\himem.sys /xbda
devicehigh=DOS\vdisk.sys 6144 512 128 /e
DEVICEHIGH=A:\ASPIMPT.SYS /RAID=OFF<0>
files=20
buffers=20
dos=high,umb
stacks=9,256
lastdrive=m
history=on,512,off
This particular "DEVICEHIGH=A:\ASPIMPT.SYS /RAID=OFF<0>" line will expose all of the drives individually for testing as opposed to One RAID volume that is presented to the OS.
-Fred