Re: ide-scsi emulation question

Jeremy Katz (katzj@linuxpower.org)
Wed, 4 Aug 1999 15:25:44 -0400 (EDT)


On Wed, 4 Aug 1999, Tim Walberg wrote:
[snip]
> This, I think, would tend to hide all IDE devices behind
> the ide-scsi module. I guess I didn't really state my
> intentions - I'm trying to get the ZIP drive to work
> reliably; I wasn't really trying to muck with the hard
> drive and CD-ROM, since they're both working well. Would
> there be any benefits/drawbacks to doing it this way?

AFAIK, you can't get just the ZIP drive working with IDE-SCSI. I know
that with CDROM drives, if you compile in IDE CD support, it gets used
instead of the IDE-SCSI. So, you leave out IDE CD support, include
IDE-SCSI, and include SCSI CD. In this case, you'd have to leave out IDE
disk support, which means that your hard drive would be using IDE SCSI
(which I don't think will work as hard drives aren't ATAPI). Just include
the IDE Floppy support to get your IDE zip working :)

Jeremy

-- 
Jeremy Katz
http://linuxpower.org

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/