ELMP CDROM driver: old Panasonic/Matsushita drives (and others) 
---------------------------------------------------------------

configuration:

[sbpcd.drv]
load = yes
options = sbpcd=0x230,1

The first value is the I/O adress of the controller card and the second is:

 0 for LaserMate controller cards, and some "compatible" cards
 1 for SoundBlaster PRO or compatible
 2 for SoundScape cards
 3 for 16 bit Teac controllers (8 bit cards use 1)

Remember that the drive(s) must be defined as "/dev/sbpcd[0-3]" in the mounts
section and not "/dev/hd[a-d]" like IDE drives. For example:

[mounts]
mnt1name = CDROM
mnt1type = iso9660
mnt1path = /dev/sbpcd0

 
