From owner-svn-src-all@FreeBSD.ORG Sun Mar 29 00:41:43 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEC1616A; Sun, 29 Mar 2015 00:41:43 +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 649A024B; Sun, 29 Mar 2015 00:41:43 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Yc1IH-0005NQ-K0; Sun, 29 Mar 2015 03:41:37 +0300 Date: Sun, 29 Mar 2015 03:41:37 +0300 From: Slawa Olhovchenkov To: Peter Jeremy Subject: Re: svn commit: r280727 - in head: share/mk sys/conf Message-ID: <20150329004136.GL23643@zxy.spb.ru> References: <201503270235.t2R2ZCwp047154@svn.freebsd.org> <20150327100014.GA74532@zxy.spb.ru> <20150329000517.GE41630@server.rulingia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150329000517.GE41630@server.rulingia.com> 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, Warner Losh X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2015 00:41:43 -0000 On Sun, Mar 29, 2015 at 11:05:17AM +1100, Peter Jeremy wrote: > On 2015-Mar-27 13:00:14 +0300, Slawa Olhovchenkov wrote: > >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. > > As linimon pointed out, FreeBSD no longer supports Alpha. > > >FreeBSD support Digi EISA card. > > The digi(4) driver was removed from FreeBSD because it wasn't adapted > for TTYng. I had some patches for PCI digi cards (see pr/152253 and > pr/158086) but no longer have access to the hardware. I don't recall > seeing any references to EISA support and can only find PCA and ISA > code. Digi don't have EISA specific configuration (different from generic bus configuration). Some cards don't exist in ISA version. EISA version of card have wide window (may be window width to all RAM). All difference between all Digi cards in initial configurations and handling firmware load request to exnedend box.