From owner-svn-src-head@FreeBSD.ORG Thu Oct 29 23:50:56 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F84C106566C; Thu, 29 Oct 2009 23:50:56 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id A5DEE8FC24; Thu, 29 Oct 2009 23:50:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id n9TNbN75019601; Thu, 29 Oct 2009 17:37:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 29 Oct 2009 17:37:34 -0600 (MDT) Message-Id: <20091029.173734.404970008.imp@bsdimp.com> To: nwhitehorn@freebsd.org From: "M. Warner Losh" In-Reply-To: <200910291327.n9TDREeJ097506@svn.freebsd.org> References: <200910291327.n9TDREeJ097506@svn.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r198582 - head/sys/dev/ata X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 23:50:56 -0000 In message: <200910291327.n9TDREeJ097506@svn.freebsd.org> Nathan Whitehorn writes: : +#if 0 : +#define ATA_LEGACY_SUPPORT /* Enable obsolete features that break : + * some modern devices */ : +#endif Shouldn't this just be a kernel option? Warner