From owner-freebsd-alpha Fri Sep 1 15:55:54 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 8470037B423; Fri, 1 Sep 2000 15:55:52 -0700 (PDT) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id PAA07203; Fri, 1 Sep 2000 15:55:51 -0700 Date: Fri, 1 Sep 2000 15:52:36 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin Cc: mjacob@FreeBSD.org, alpha@FreeBSD.org Subject: Re: New busspace (was Re: AS1200: boot successful) (fwd) In-Reply-To: <200009012241.PAA14306@pike.osd.bsdi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The IVAR accessor stuff for pcib is incompletely specified for CIA. There's only one accessor defined, and that's to get the BUS instance number. I don't even know whether this works correctly on multi bus machines because I haven't tried it yet. The device methods that try and get at the use_bwx get overriden because there's only one ivar for CIA's pcib, and that's for hose #, and it's always zero. In the interim, I'll try the patch. If it works, it gets committed. You can't just leave the top of the tree (silently) non-functional. An additional ivar for cia can be easily constructed. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message