Re: [Freedos-user] Two CD drives PCDOS

2006-01-25 Thread Johnson Lam
On Tue, 24 Jan 2006 20:42:46 -0800, you wrote:

Hi,

Actually the first is a generic Atapi cdrom
the second a Liteon CDRW.  The drives are as follows:
IDE1 MASTER drive 1
IDE1 SLAVE  cdrom
IDE2 MASTER cdrw
IDE2 SLAVE  drive 2

I trashed the driver on C: and lost the source disk and url.

The XCDROM document clearly pointed out, try not to put CDROM drive
and hard disk into a single channel, it'll harm the performance.

I suggest you move the IDE2 SLAVE hard disk to IDE1 SLAVE and the same
for CDROM drive.

Based on my reading of the documents:

SHSUCDX /D:CDROM,,1,1 /D:CDRW,,2,1

or

DEVICE=C:\DOS\XCDROM.SYS with XDMA under certain conditions.

in the config.sys file.

The latest XCDROM v1.9 have it's own DMA logic, it WILL co-operate
with XDMA. But it also work without XDMA (suppose you got a SATA hard
disk).

The hardware is a Gigabit PII with an IBM and WD hard disks.
How do I test whether XDMA is needed.

Re-arrange the hard disk and CDROM drive, then load:

Config.sys:

lastdrive=z
device=xdma.sys /o  (note: /o is overlap)
deivce=xcdrom.sys /d:shsu-cdn   (I use 'shsu-cdn', my habit)

Autoexec.bat:

shcdx33a /d:shsu-cdn,y  (CDROM should be drive Y,Z)


Rgds,
Johnson.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Two CD drives PCDOS

2006-01-24 Thread Bernd Blaauw

Carl Spitzer schreef:

SHSUCDX /D:CDROM,,1,1 /D:CDRW,,2,1

or

DEVICE=C:\DOS\XCDROM.SYS with XDMA under certain conditions.

in the config.sys file.

The hardware is a Gigabit PII with an IBM and WD hard disks.
How do I test whether XDMA is needed.
  
both are necessary: a config.sys cdrom driver for finding/enumerating 
the ATAPI drives, and a CDEX for assigning driveletters to each unit.


DEVICE=XCDROM.SYS /D:FDCD0001

SHSUCDX /D:FDCD0001

instead of DEVICE, you can also use DEVLOAD if you want from the commandline

Bernd


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user