Re: CD writing - related question

From: Jens Axboe
Date: Thu Feb 02 2006 - 15:30:57 EST


On Mon, Jan 30 2006, Bill Davidsen wrote:
> Please take this as a question to elicit information, not an invitation
> for argument.
>
> In Linux currently:
> SCSI - liiks like SCSI
> USB - looks like SCSI
> Firewaire - looks like SCSI
> SATA - looks like SCSI

SATA will _not_ look like SCSI in the future.

> Compact flash and similar - looks like SCSI

? CF adapters are usually IDE, so looks like ATA.

> ATAPI - looks different unless ide-scsi used

But it's all besides the point, it doesn't matter what the device
special file looks like (if it's SCSI or not). What matters is that you
talk to the device the same way - and that way is currently SG_IO.

That a device hangs off the SCSI stack because that is the way the
author wrote eg usb-storage is irrelevant. What matters is that you open
the device in question and use SG_IO to talk to it.

Talking about the SCSI stack and ide-scsi completely misses the point.

--
Jens Axboe

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