Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2009 08:17:33 +0300
From:      Alexander Motin <mav@FreeBSD.org>
To:        "Carlos A. M. dos Santos" <unixmania@gmail.com>
Cc:        svn-src-head@freebsd.org, Poul-Henning Kamp <phk@phk.freebsd.dk>, src-committers@freebsd.org, Scott Long <scottl@freebsd.org>, svn-src-all@freebsd.org
Subject:   Re: svn commit: r195534 - in head: etc/mtree include lib/libcam  sbin/camcontrol share/man/man4 sys/cam sys/cam/ata sys/cam/scsi sys/conf sys/dev/advansys sys/dev/ahci sys/dev/aic7xxx sys/dev/amd sys/de...
Message-ID:  <4A5AC36D.1040705@FreeBSD.org>
In-Reply-To: <e71790db0907121809k3c66243fxd039fc67b41ab1d@mail.gmail.com>
References:  <37131.1247214217@critter.freebsd.dk> <4A56FC7C.8060107@samsco.org> <e71790db0907121809k3c66243fxd039fc67b41ab1d@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Carlos A. M. dos Santos wrote:
> On Fri, Jul 10, 2009 at 5:31 AM, Scott Long<scottl@samsco.org> wrote:
>> Poul-Henning Kamp wrote:
>>> In message <200907100818.n6A8I8p1011853@svn.freebsd.org>, Scott Long
>>> writes:
>>>
>>>>  ATA drives are accessed via 'ada' device nodes.
>>> It there a particular good reason why we insist on making this
>>> silly mistake every five years ?
>>>
>>> I am pretty sure you were around when Justin won friends by renaming
>>> the SCSI disk devices ?
>> 1. I clearly stated that the name is experimental and that a change in
>> the future is possible.
> 
> Well, from a user's perspective, if CD/DVD drives are to be seen as
> 'cdX', then it would make sense that hard disks were seen as daX, as
> already advertised by cam(4).

cdX implemented by cd(4) driver in both cases uses the same SCSI command 
set. In ATA case, SCSI commands are just wrapped within ATAPI PACKET 
command. For disks, situation is completely different, as ATA disks have 
completely different command and feature set. So da(4) is a driver for 
SCSI command set devices and ada(4) is a driver for ATA command set devices.

-- 
Alexander Motin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A5AC36D.1040705>