From owner-freebsd-current@FreeBSD.ORG Wed Mar 16 00:08:38 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5805616A4CE for ; Wed, 16 Mar 2005 00:08:38 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 338EA43D39 for ; Wed, 16 Mar 2005 00:08:38 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id j2G08cV5029286; Tue, 15 Mar 2005 16:08:38 -0800 (PST) Received: from [10.1.1.245] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)j2G08a9q002189; Tue, 15 Mar 2005 16:08:37 -0800 (PST) In-Reply-To: <200503160033.59923.michaelnottebrock@gmx.net> References: <200503160033.59923.michaelnottebrock@gmx.net> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <58419762b166c4bf7148666630c4b4b7@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Tue, 15 Mar 2005 19:08:35 -0500 To: Heiner X-Mailer: Apple Mail (2.619.2) cc: freebsd-current@freebsd.org Subject: Re: [kde-freebsd] k3b: are all cd/dvd drives named /dev/cd* ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 00:08:38 -0000 On Mar 15, 2005, at 6:33 PM, Michael Nottebrock wrote: > ---------- Forwarded Message ---------- > > Subject: [kde-freebsd] k3b: are all cd/dvd drives named /dev/cd* ? > Date: Tuesday, 15. March 2005 23:02 > From: Heiner > To: kde-freebsd@freebsd.kde.org > > Question: can I assume, that cd/dvd drives/burners ALWAYS end up in > "camcontrol devlist" as cd*? Even if they are usb or firewire drives or > whatever else might exist on the market nowadays? If so, I can easily > filter > out the non-cd devices.... If the system has ATAPICAM enabled, yes, ATAPI CD-ROM drives will show up in "camcontrol devlist" as cd*, otherwise they will show up as acd*. USB and Firewire devices use the SCSI layer, and will also show up as cd*. [ One also needs to have usb, umass, firewire, sbp, scbus, and da devices enabled in the kernel for USB and 1394 devices... ] -- -Chuck