Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Mar 2002 13:36:57 -0500
From:      "D.A. Muran-de Assereto" <dmuran@tuad.org>
To:        John Hay <jhay@icomtek.csir.co.za>, Bernd Walter <ticso@cicely8.cicely.de>
Cc:        <freebsd-alpha@freebsd.org>
Subject:   Re: Make buildkernel fails
Message-ID:  <B8AFC079.18638%dmuran@tuad.org>
In-Reply-To: <200203091415.g29EF1G79578@zibbi.icomtek.csir.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
Yes, sorry, it's -STABLE.

The ifdef did it just fine.
> 
> Oops, that is something that I missed. On -current this isn't a problem
> because sio.c is split up and the sio-puc glue is in sio_puc.c and as such
> it doesn't even get compiled on an Alpha. On -stable sio is not split up
> and all the interface glue is in there. But because the puc device is
> only defined in files.i386 and files.pc98, the Alphas don't get a puc.h
> in the compile directory.
> 
> Can you try adding an ifdef __i386__ around the include puc.h? Something
> like this in sys/isa/sio.c:
> 
> #ifdef __i386__
> #include "puc.h"
> #endif
> 
> Alpha people is that the best way to do it? In theory puc should be able
> to compile and run on Alphas except that Alpha is missing
> bus_space_subregion() and bus_space_unmap().
> 
> I'm not subscribed to -alpha, so please keep me on the distribution list.
> 
> John
> -- 
> John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org
> 


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?B8AFC079.18638%dmuran>