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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to