Previous Next Contents

9. CD-ROM drivers (not for SCSI or IDE/ATAPI drives)

9.1 Aztech/Orchid/Okano/Wearnes/TXC/CyDROM support (aztcd.o).


Load command:
        /sbin/insmod aztcd.o aztcd=[baseaddress]

        Read Documentation/cdrom/aztcd for full information.

9.2 Goldstar R420 CDROM support (gscd.o).


Load command:
        /sbin/insmod gscd.o gscd=[address]

        The default base address is 0x340.
        This will work for most applications.
        Address selection is accomplished by jumpers PN801-1 to PN801-4
        on the GoldStar Interface Card.
        Appropriate settings are: 0x300, 0x310, 0x320, 0x330, 0x340, 0x350,
        0x360, 0x370, 0x380, 0x390, 0x3A0, 0x3B0, 0x3C0, 0x3D0, 0x3E0, 0x3F0

9.3 Matsushita/Panasonic/Creative, Longshine, TEAC support (sbpcd.o).


Load command:
        /sbin/insmod sbpcd.o sbpcd=[address], x

        address = ioaddress
        x       = SBPRO setting, read Documentation/cdrom/sbpcd

9.4 Mitsumi (standard) no XA/Multisession support (mcd.o).


Load command:
        /sbin/insmod mcd.o mcd=0x300,11,0x304,5

        Where parameters are io and irq in pairs.

9.5 Mitsumi XA/MultiSession support (mcdx.o).


Load command:
        /sbin/insmod mcdx.o mcdx=0x300,11,0x304,5

        Where parameters are io and irq in pairs.

9.6 Optics Storage DOLPHIN 8000AT CDROM support (optcd.o).


Load command:
        /sbin/insmod optcd.o optcd=0x340

        Where parameter is the baseaddress of your card.

9.7 Philips/LMS CM206 CDROM support (cm206.o).


Load command:
        /sbin/insmod cm206.o cm206=0x300,11

        Where parameters are the baseaddress and irq of your card.

9.8 Sanyo CDR-H94A CDROM support (sjcd.o).


Load command:
        /sbin/insmod sjcd.o sjcd_base=0x340

        Where parameter is the baseaddress of your card.
        Default address = 0x340,  no irq,  no dma.

9.9 ISP16/MAD16/Mozart soft configurable cdrom interface support (isp16.o).


Load command:
        /sbin/insmod isp16.o [parameters]

        isp16_cdrom_base=<port>
        isp16_cdrom_irq=<irq>
        isp16_cdrom_dma=<dma>
        isp16_cdrom_type=<drive_type>

        Valid values are:
          port=0x340,0x320,0x330,0x360
          irq=0,3,5,7,9,10,11
          dma=0,3,5,6,7
          drive_type=noisp16,Sanyo,Panasonic,Sony,Mitsumi.

          Note that these options are case sensitive.

9.10 Sony CDU31A/CDU33A CDROM support (cdu31a.o).


Load command:
        /sbin/insmod cdu31a.o [parameters]

        cdu31a_port=<I/O address> - sets the base I/O.
        This must be specified.

        cdu31a_irq=<interrupt> - Sets the interrupt number.
        Leaving this off will turn interrupts off.

9.11 Sony CDU535 CDROM support (sonycd535.o).


Load command:
        /sbin/insmod sonycd535.o sonycd535=[address]

        Where parameter is the baseaddress of your card.


Previous Next Contents