First post, by willmurray461
I recently bought a Data Technology Corporation "DTC 3274VL VESA Busmaster SCSI Host Adapter" card, and I thought I'd share some information about it for those who are struggling to set up this card. There's pretty much no information on drivers or setup that I could find, so hopefully this helps.
I found a related post by feipoa (Issues with DTC 3274 VLB SCSI card), but since it's too old I can't reply to it anymore so I'm making a new one.
To correct some of the information in that post, contrary to what was said, the BIOS does in fact support drives over 1GB. However, you need to set SW8 on the lower switch block to ON to enable support for them. If you look closely, this info is actually printed on the silkscreen of the card, along with the purpose and default settings for all of the other switches.
I was able to hunt down the ASPI driver for the card. According to the manual, the ASPI driver is "highly recommended" for use with Win3.1. Apparently, it also cannot be loaded high, so beware.
I got the DOS ASPI driver (ASPI4VBM.SYS) from here: https://archive.org/details/pce-23.
I also got the ASPI CDROM driver (ADTC-CD.SYS) and ASPI HDD driver (ASCSI.SYS) from here: https://archive.org/details/dtc3520a. They're from another DTC card, but they still work fine with the 3274VL.
If you don't want to download the whole driver CD from Archive.org, I attached a zip file with the needed files.
According to the installation guide:
For DOS, add the following lines to CONFIG.SYS:
DEVICE=C:\DTCSCSI\ASPI4VBM.SYS
DEVICE=C:\DTCSCSI\ADTC-CD.SYS /D:DTCCD (optional, for CD-ROM drives)
DEVICE=C:\DTCSCSI\ASCSI.SYS (optional, for hard disks not already installed by the BIOS)
If using a CD-ROM, add the following to AUTOEXEC.BAT:
C:\DOS\MSCDEX.EXE /D:DTCCD /M:10