Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Jul 1999 10:59:37 -0700
From:      Parag Patel <parag@cgt.com>
To:        Steve Price <sprice@hiwaay.net>
Cc:        freebsd-alpha@FreeBSD.ORG, freebsd-current@FreeBSD.ORG
Subject:   Re: alpha kernel build failure (w/patch) 
Message-ID:  <64807.931197577@pinhead.parag.codegen.com>
In-Reply-To: Message from Steve Price <sprice@hiwaay.net>  of "Mon, 05 Jul 1999 00:33:57 CDT." <Pine.OSF.4.10.9907050031040.19262-100000@fly.HiWAAY.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
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-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?64807.931197577>