Eduard Bloch <[EMAIL PROTECTED]> wrote:
> > >> Using something like "dev=ATA:2,0,0" still gives you > > >> SCSI emulation, right? > > > > There is not SCSI emulation at all! > > As said... "Setzen, Sechs." If this is meant for "Eduard Bloch", I will concur. > > Read README.ATAPI, it is _the_ FAQ and it exists for a long long time. > > So your actions are not biased, no? I though you are an academic and > should keep at least one bit of objectity. In contrary to you, I know what I am talking about and try to write README.ATAPI as unbiased as possible. If you like a real discussion, you should stop sending your totally biased remarks. > So please look at the other side of the medal: > > - users want DMA support So why don't the Linux kernel developer enable DMA? > What happened with the guy that ported cdrtools to the new atapi driver > system in XP? Did he receive the same amount of hate attacs or do you > just do so because we try to get your holy tools on an "unclean, false > Unix"? Oh my god, how is it possible that a person who is so clueless and biased is still tolerated in debian.org? But thank you! It turns out that people who are completely clueless sometimes have the ability to point to problems in comprehension. I added this paragraph to README.ATAPI: /*--------------------------------------------------------------------------*/ First a note: there is no SCSI emulation on Linux, but there has been some kind of SCSI integration. To explain the difference between SCSI emulation and SCSI integration let us look at an Operating system that implements both, Windows NT: Win NT implements SCSI integration, if you open "\\\\.\\SCSI%d:", BusNo, you will be able to send generic SCSI commands to any SCSI speaking drive on that bus. ATAPI drives just show up on a specific Busnumber, SCSI drives that use a 50 or 68 pin connector show up on different Bus numbers. Note that Microsoft obviously did copy my ideas I did implement in August 1986 for SunOS-3.0 :-) Win NT implements SCSI emulation by not only showing drives that natively talk SCSI on the ATA/IDE cable, if you send generic SCSI commands via ioctl's to "\\\\.\\SCSI%d:", BusNo. Win NT also shows you plain ATA drives that do not understand SCSI commands in firmware. Win NT allows you to send SCSI commands to the kernel and the kernel translates the SCSI commands to ATA commands with the same meaning, so Win NT emulates SCSI for ATA drives. Linux does not emulate SCSI command transport for vanilla ATA drives, so there is definitely no SCSI emulation in Linux. /*--------------------------------------------------------------------------*/ Jörg -- EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin [EMAIL PROTECTED] (uni) [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily