CompuServe Messages

#EMM386 & driver conflict

    08-Jul-93 00:13:13
Fm: Robert D. Jones 72163,1566
To: Stephen Orlans 100016,155
Stephen, The TMC-950 SCSI chip that is used on your sound card is a memory mapped chip. One problem with expanded memory managers is that they may try to use the area that the SCSI chip uses for data transfer. You should use the EMM386 exclude statement to stop EMM from using the memory address of the SCSI chip. If the board has the factory default settings, the area on it that you would need to exclude is CB80 through CBFF. This is the actual area on the SCSI chip where the registers are that handle the data transfer. Rob.