From owner-freebsd-questions@FreeBSD.ORG Wed Dec 25 11:08:19 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0350AC68 for ; Wed, 25 Dec 2013 11:08:19 +0000 (UTC) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F3421CE3 for ; Wed, 25 Dec 2013 11:08:18 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id a1so6489090wgh.23 for ; Wed, 25 Dec 2013 03:08:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=ysyPgz6hhWBs/yLLIYyPv3Bc9nvRXQy26iStSuxOpVk=; b=ZbZECpfMG5sRYljiSkIxV5tuZOnoKOcGSZ9nV3kYyGqxAnSV1KD2nBg/KpQkdzRooP Edc7XZfQCdmIzuFlk6/8P2kIGs5rtRpxtlsMbZIg5rd3PcutA5W1ZP28A+/tLGRfN4au CrqRNFJ7cJhaF9J5GzZfYX8v6gfnsU7+l1/0n6jv4KiYEfXIk+V67l3j49ZfX9CvUHwY 6/FpbYHWd2uzjdjtjlwb4PCq0WAwjIQbuvwfwXwcMGGvSjfHWhM7VGBn61rjLP+ZIBpw eonTWuUgWjJJChWXa0+3MUUiIaqI5o2o8j64NI7+LPNGBqM+eO8gdpX7AJajmUh+32yD tIaQ== X-Received: by 10.180.86.103 with SMTP id o7mr19353185wiz.6.1387969696933; Wed, 25 Dec 2013 03:08:16 -0800 (PST) Received: from kontrol.kode5.net (kontrol.kode5.net. [80.229.5.32]) by mx.google.com with ESMTPSA id ko3sm14429082wjb.23.2013.12.25.03.08.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 25 Dec 2013 03:08:15 -0800 (PST) Message-ID: <52BABC9E.7010601@gmail.com> Date: Wed, 25 Dec 2013 11:08:14 +0000 From: James Griffin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: FreeBSD Questions Subject: Cam or ATAPI Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Dec 2013 11:08:19 -0000 Hi I just wanted to get some clarification. My cdrom device is listed in dmesg as /dev/cd0 - as opposed to /dev/acd0 - so does this mean I need to access the device through the cam layer? Thanks, Jamie