From owner-freebsd-current Mon Jul 5 10:59:44 1999 Delivered-To: freebsd-current@freebsd.org Received: from pinhead.parag.codegen.com (207-44-235-154.CodeGen.COM [207.44.235.154]) by hub.freebsd.org (Postfix) with ESMTP id 749551515B; Mon, 5 Jul 1999 10:59:41 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) Received: from pinhead.parag.codegen.com (parag@localhost.parag.codegen.com [127.0.0.1]) by pinhead.parag.codegen.com (8.9.3/8.9.3) with ESMTP id KAA64811; Mon, 5 Jul 1999 10:59:37 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) To: Steve Price Cc: freebsd-alpha@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: alpha kernel build failure (w/patch) In-Reply-To: Message from Steve Price of "Mon, 05 Jul 1999 00:33:57 CDT." X-Face: =O'Kj74icvU|oS*<7gS/8'\Pbpm}okVj*@UC!IgkmZQAO!W[|iBiMs*|)n*`X ]pW%m>Oz_mK^Gdazsr.Z0/JsFS1uF8gBVIoChGwOy{EK=<6g?aHE`[\S]C]T0Wm X-URL: http://www.codegen.com Date: Mon, 05 Jul 1999 10:59:37 -0700 Message-ID: <64807.931197577@pinhead.parag.codegen.com> From: Parag Patel Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 05 Jul 1999 00:33:57 CDT, Steve Price wrote: >+#ifdef __i386__ > sc->wb_btag = I386_BUS_SPACE_IO; >+#endif >+#ifdef __alpha__ >+ sc->wb_btag = ALPHA_BUS_SPACE_IO; >+#endif Just curious, but is there a reason that these lines aren't simply sc->wb_btag = BUS_SPACE_IO; with this macro being set to the correct machine-specific one in some appropriate header file? I'm sure I'm missing something... Thanks! -- Parag Patel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message