From owner-freebsd-questions@FreeBSD.ORG Sun Nov 27 18:56:12 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3C831065754 for ; Sun, 27 Nov 2011 18:56:12 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 550868FC16 for ; Sun, 27 Nov 2011 18:56:10 +0000 (UTC) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.41]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 76858A704D0 for ; Sun, 27 Nov 2011 13:56:04 -0500 (EST) Received: (qmail 2104 invoked from network); 27 Nov 2011 18:56:03 -0000 Received: by simscan 1.4.0 ppid: 21395, pid: 32144, t: 0.1556s scanners: clamav: 0.88.2/m:52/d:10739 Received: from unknown (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 27 Nov 2011 18:56:03 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id D41A65645E; Sun, 27 Nov 2011 13:55:57 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 0962439841; Sun, 27 Nov 2011 13:55:55 -0500 (EST) From: Lowell Gilbert To: bf1783@gmail.com References: Date: Sun, 27 Nov 2011 13:55:55 -0500 In-Reply-To: (b. f.'s message of "Sun, 27 Nov 2011 08:52:06 +0000") Message-ID: <44ehwt5r9g.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Thomas Mueller , mav@freebsd.org, freebsd-questions@FreeBSD.org Subject: Re: "options atapicam" and/or "device ATA_CAM" in kernel config? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2011 18:56:12 -0000 "b. f." writes: >> > > What is the role of "options atapicam" and "device ATA_CAM" in kernel config file? >> >> > > Are they redundant? Kernel will build with both these options, but will it make things go awry? Is ATA_CAM deprecated? > > They are redundant and incompatible. atapicam is deprecated, and > ATA_CAM is the new default on FreeBSD 9 and 10. Unless you have some > special requirements, you should use ATA_CAM on recent versions of > FreeBSD, because it usually performs better than the old ATA code, and > has added functionality. Ah. My apologies to anyone I confused with my incorrect comments. I must say that I'm thoroughly disappointed that my searches through the official documentation didn't turn up anything related to this. Even the Handbook, with extensive practical descriptions of how to use this functionality, doesn't mention that its advice is irrelevant to anything past 8.x.