From owner-freebsd-arch@FreeBSD.ORG Thu Oct 2 20:43:20 2014 Return-Path: Delivered-To: freebsd-arch@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 6F608CA1 for ; Thu, 2 Oct 2014 20:43:20 +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 278F0E80 for ; Thu, 2 Oct 2014 20:43:20 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XZnDX-000Ak8-9W; Fri, 03 Oct 2014 00:43:15 +0400 Date: Fri, 3 Oct 2014 00:43:15 +0400 From: Slawa Olhovchenkov To: Peter Jeremy Subject: Re: Removing disconnected tty drivers Message-ID: <20141002204315.GB45169@zxy.spb.ru> References: <1789815.bS8Ac2qsJ6@ralph.baldwin.cx> <20141001100353.GF20707@server.rulingia.com> <20141001175952.GZ43300@funkthat.com> <20141001185011.GA12174@server.rulingia.com> <20141002123351.GA9212@zxy.spb.ru> <20141002200636.GK20707@server.rulingia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141002200636.GK20707@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: freebsd-arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 20:43:20 -0000 On Fri, Oct 03, 2014 at 06:06:36AM +1000, Peter Jeremy wrote: > On 2014-Oct-02 16:33:52 +0400, Slawa Olhovchenkov wrote: > >As I remember ISA/EISA and PCI different only in interrupt path. > >All other logic is common. > > From memory, the actual board access is different as well - the ISA > boards have a memory-mapped window and you need to move the window > around. The PCI boards linearly map the board's entire memory space. All cards have different window size. In PCI case windows size == memory size. Also, ISA PC/Xi have windows size == memory size. This is not significant difference.