Re: 2.0.32: ide and scsi-emulation

Brian Gerst (bgerst@quark.vpplus.com)
Tue, 18 Nov 1997 22:32:34 -0500


Dave Wreski wrote:
>
> Hi all. Perhaps I'm doing something wrong, but I can't get scsi emulation
> to compile with 2.0.32. I'd like to have an aha152x and a jaz parallal
> port drive on the same computer.
>
> m/cdrom.a drivers/pci/pci.a \
> /usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a
> /usr/src/linux/arch/i386/lib/lib.a -o vmlinux
> drivers/block/block.a(ide.o): In function `ide_error':
> ide.o(.text+0xf91): undefined reference to `idescsi_end_request'
> drivers/block/block.a(ide.o): In function `ide_do_request':
> ide.o(.text+0x1ad8): undefined reference to `idescsi_do_request'
> drivers/block/block.a(ide.o): In function `ide_open':
> ide.o(.text+0x21b1): undefined reference to `idescsi_open'
> drivers/block/block.a(ide.o): In function `ide_release':
> ide.o(.text+0x2275): undefined reference to `idescsi_ide_release'
> drivers/block/block.a(ide.o): In function `ide_ioctl':
> ide.o(.text+0x2cbb): undefined reference to `idescsi_ioctl'
> drivers/block/block.a(ide.o): In function `try_to_identify':
> ide.o(.text+0x312f): undefined reference to `idescsi_setup'
>
> So, I've compiled scsi as a module, as well as scsi emulation.
>
> Thanks,
> Dave Wreski

You don't need IDE-SCSI emulation for a parallel port jaz drive, use the
ppa driver. IDE-SCSI emulation is needed if you have a device attached
to the IDE interface that the IDE driver cannot work with, but SCSI can
(CD burners, etc.)

-- 

Brian Gerst