From owner-cvs-all Wed Mar 27 11:28:16 2002 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by hub.freebsd.org (Postfix) with ESMTP id 24DBF37B41B; Wed, 27 Mar 2002 11:27:58 -0800 (PST) Received: from mailgate.nlsystems.com ([62.49.251.130] helo=herring.nlsystems.com) by anchor-post-33.mail.demon.net with esmtp (Exim 3.35 #1) id 16qJ5Q-000ImY-0X; Wed, 27 Mar 2002 19:27:56 +0000 Received: from salmon.nlsystems.com (salmon [10.0.0.3]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id g2RJQe957664; Wed, 27 Mar 2002 19:26:40 GMT (envelope-from dfr@nlsystems.com) Date: Wed, 27 Mar 2002 19:23:06 +0000 (GMT) From: Doug Rabson To: Matthew Jacob Cc: Doug Rabson , , Subject: Re: cvs commit: src/sys/alpha/alpha dec_kn300.c src/sys/alpha/mcbus mcbus.c mcbusvar.h mcpcia.c mcpciavar.h In-Reply-To: Message-ID: <20020327191844.W17999-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 27 Mar 2002, Matthew Jacob wrote: > > > On Wed, 27 Mar 2002, Doug Rabson wrote: > > > On Tue, 26 Mar 2002, Matthew Jacob wrote: > > > > > > > > Huh. Does this actually work now? You have to know which hose the EISA bus is > > > on before you can attach sio and the console. > > > > Yes it does. I probe the first two hoses for the presence of the EISA bus. > > Actually, according to my reading of the manual, the ISA port and memory > > spaces are always on hose 0 (mid 4) at a fixed place in the address space, > > so this code is possibly more general than it needs to be. > > > > I wanted to leave open the possibility that it would be in a different place > on newer rawhide implementations (that never happened). The architecture was > quite broad- there was room for even a massively large GID space. Still, the manual clearly states in Table 2-10 that the EISA ports are at 0xf980000000 which implies that the corresponding sparse memory region is at 0xf800000000. Given that, I think we are safe. > > The other thing which always had me deferring attachment was that, like with > Sparc, you want to run with the F/W console until you really attach enough h/w > to use regular drivers for the console. The way NetBSD elected to do things, > and this pollution crept into FreeBSD, was to do 'early initialization'- I > always felt this was a crock. > > Still- if you have things working, then good! Plus working debugger support > for easly on stuff. The assumptions and design choices for the original stuff > were 4 years ago. Its also much easier to deal with now with the newer busspace implementation in -current compared to the state of affairs when you originally did the port. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message