From owner-cvs-src@FreeBSD.ORG Mon Jul 21 15:10:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8633A37B401; Mon, 21 Jul 2003 15:10:52 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DDF543F93; Mon, 21 Jul 2003 15:10:51 -0700 (PDT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h6LMAjhR026492 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 22 Jul 2003 00:10:48 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h6LMAiAx062978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Jul 2003 00:10:45 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.9/8.12.9) with ESMTP id h6LMAiYV000958; Tue, 22 Jul 2003 00:10:44 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.9/8.12.9/Submit) id h6LMAiWi000957; Tue, 22 Jul 2003 00:10:44 +0200 (CEST) Date: Tue, 22 Jul 2003 00:10:43 +0200 From: Bernd Walter To: Wilko Bulte Message-ID: <20030721221043.GH511@cicely12.cicely.de> References: <200307211915.h6LJFPJY054212@repoman.freebsd.org> <20030721214042.GA563@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030721214042.GA563@freebie.xs4all.nl> X-Operating-System: FreeBSD cicely12.cicely.de 5.1-CURRENT alpha User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.ORG cc: Bernd Walter cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf files.alpha src/sys/alpha/conf GENERIC NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 22:10:53 -0000 On Mon, Jul 21, 2003 at 11:40:43PM +0200, Wilko Bulte wrote: > On Mon, Jul 21, 2003 at 12:15:25PM -0700, Bernd Walter wrote: > > ticso 2003/07/21 12:15:25 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files.alpha > > sys/alpha/conf GENERIC NOTES > > Log: > > Enable eisa support on alpha. > > We need eisa bridge support on some models, which now depends on having > > eisa in the kernel. > > Without having checked: what about the bootfloppy? The original situation was that the eisa bridge driver was included into the kernel conditionaly on pci only. Since a while it depend on eisa too. Without this the AS4100 has no ISA bus - and no sio, clock, ... Either we enable eisa or with include the eisa bridge driver without having eisa. Eisa support itself is quite small: [58]cicely12# size eisaconf.o text data bss dec hex filename 5340 848 16 6204 183c eisaconf.o Additionaly there a a few bytes for drivers that have eisa support and are enabled on alpha. The next make release will have to tell us. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de