From owner-svn-src-head@FreeBSD.ORG Fri Mar 27 10:00:25 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 803A691E; Fri, 27 Mar 2015 10:00:25 +0000 (UTC) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36EFD62A; Fri, 27 Mar 2015 10:00:25 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1YbR3n-0002ja-0R; Fri, 27 Mar 2015 13:00:15 +0300 Date: Fri, 27 Mar 2015 13:00:14 +0300 From: Slawa Olhovchenkov To: Warner Losh Subject: Re: svn commit: r280727 - in head: share/mk sys/conf Message-ID: <20150327100014.GA74532@zxy.spb.ru> References: <201503270235.t2R2ZCwp047154@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201503270235.t2R2ZCwp047154@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 27 Mar 2015 10:00:25 -0000 On Fri, Mar 27, 2015 at 02:35:12AM +0000, Warner Losh wrote: > Author: imp > Date: Fri Mar 27 02:35:11 2015 > New Revision: 280727 > URL: https://svnweb.freebsd.org/changeset/base/280727 > > Log: > Add support for specifying unsupported / broken options that override > any defaults or user specified actions on the command line. This would > be useful for specifying features that are always broken or that > cannot make sense on a specific architecture, like ACPI on pc98 or > EISA on !i386 (!x86 usage of EISA is broken and there's no supported > hardware that could have it in any event). Any items in > __ALWAYS_NO_OPTIONS are forced to "no" regardless of other settings. Alpha 21064 support EISA. FreeBSD support Digi EISA card.