From owner-freebsd-current@FreeBSD.ORG Mon Nov 28 12:17:13 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70F59106564A; Mon, 28 Nov 2011 12:17:13 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id ACB118FC0A; Mon, 28 Nov 2011 12:17:12 +0000 (UTC) Received: by eaai12 with SMTP id i12so2634724eaa.13 for ; Mon, 28 Nov 2011 04:17:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=WFYGaYYkA2Sk1mZvTJ0XjoZhfXk8tphGoPCQGZbd6Ng=; b=qQsFxSQdyFxCWEIywzhnROcT8bwjRkQNanDJDWyI+zNwZIhd8PIW7bVFv9ni7w6q59 Mq91Xh+3tJYcZm6LE+9G9Y0TXdi78uV1WOmJZcRX9KGI5VyoMDLu6AiB8rlLD+G4/NpJ GEJG/Q/iCrdkTjzKpI0an+GLn07ossSnFmimE= MIME-Version: 1.0 Received: by 10.180.91.137 with SMTP id ce9mr34427944wib.5.1322482631598; Mon, 28 Nov 2011 04:17:11 -0800 (PST) Received: by 10.180.94.131 with HTTP; Mon, 28 Nov 2011 04:17:11 -0800 (PST) In-Reply-To: <4ed35131.661d440a.70d7.ffffa053SMTPIN_ADDED@mx.google.com> References: <44ehwt5r9g.fsf@lowell-desk.lan> <4ed35131.661d440a.70d7.ffffa053SMTPIN_ADDED@mx.google.com> Date: Mon, 28 Nov 2011 12:17:11 +0000 Message-ID: From: "b. f." To: Thomas Mueller Content-Type: text/plain; charset=ISO-8859-1 Cc: mav@freebsd.org, freebsd-current@freebsd.org, Lowell Gilbert , freebsd-questions@freebsd.org Subject: Re: "options atapicam" and/or "device ATA_CAM" in kernel config? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 12:17:13 -0000 > Now I think I'll try to rebuild the kernel with "options ATA_CAM" and drop > "device atapicam". > > This question needs to be better resolved in time for FreeBSD 9.0-RELEASE. > > I cross-post this message to freebsd-current@freebsd.org so the developers > will see it. FreeBSD users want to be able to burn CDs and DVDs, and since > SCSI hardware has fallen out of style, I can say very few if any FreeBSD 9.0 > users will have an actual SCSI CD or DVD drive. The new CAM(4) is not just for SCSI devices (and SCSI, as it is usually used now, does not deal only with the old parallel SCSI devices). Despite the fact that most CD and DVD drives will now appear as cdX devices, and cd(4) is full of references to SCSI, most CD and DVD drives should be supported. And while burncd(8) will not work with the new interface, other software in ports should -- for example, sysutils/cdrtools and sysutils/cdrtools-devel, as was mentioned before. b.