Re: PATCH: cdrecord: avoiding scsi device numbering for ide …

Top Page

Reply to this message
Author: Linus Torvalds
Date:  
To: Martin Mares
CC: Joerg Schilling, James.Bottomley, axboe, linux-kernel
Subject: Re: PATCH: cdrecord: avoiding scsi device numbering for ide devices


On Sat, 7 Aug 2004, Martin Mares wrote:
>
> Most of all, I would like to know (I see I'm repeating myself, but I still
> haven't seen an answer to that) what's so special about the SCSI-like devices,


Don't even bother.

Joerg is wrong. SCSI number simply doesn't work, and the current Linux
setup is absolutely the right thing to do.

If Joerg keeps breaking cdrecord, the distributions will hopefully just
keep unbreaking it. The way you send SCSI commands to a device under Linux
is to open the device (with O_NDELAY) and then just start sending the
commands. None of the idiotic scanning and SCSI numbering crap.

Involving Joerg in it just makes you go crazy. Don't bother.

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