This device drive will query the bus for any CM250 interface board.
upon finding the boards it will determine if there are any conflicts with the
IRQ or port address settings. If there is a conflict it will report 
"No drives found".  

The device driver named LMS205.add will support:

       A CM250 8-bit HA with a CM205 1X drive


The config.sys lines to add are:

       DEVICE=C:\OS2\OS2CDROM.DMD /V
       IFS=C:\OS2\CDFS.IFS /V
       basedev=ddlms.add /u:0 /m:26 /v  (Device driver statement for drive 0)
       basedev=ddlms.add /u:1 /m:26 /v  (Device driver statement for drive 1
					 assuming that you have more than one
					 drive)
					 
Description of command line:

       basedev=ddlms.add /u:N /m:B /v

       where N is the unit identifier 0, 1, 2, or 3,
       and   B is the number of sector buffers to provide
	     for pre-read cacheing (26 max.)

       /v causes two lines to be displayed at boot up:

       IBM OS2 LMS205.ADD 1.00 
       Philips LMS Unit N: CM205 CDROM drive, FRX, CM250 HA  Port: 03X0  IRQ: XX

       FRX is firmware revision X (0 - 7, current is 4)
       Port: X = 0, 1, 3, 4 for CM250;

       IRQ: XX = 3, 4, 5, 6 for CM250



IF YOU OMIT /u:N WE WILL DEFAULT TO 0.
IF YOU OMIT /m:B WE WILL DEFAULT TO 16.
IF YOU OMIT /v WE WILL SHUT UP AT BOOT TIME.





****************************************************************
