Subject: Re: missing via.h
To: Brad Salai <bsalai@servtech.com>
From: Scott Reynolds <scottr@edsi.org>
List: port-mac68k
Date: 04/05/1996 17:27:42
On Fri, 5 Apr 1996, Brad Salai wrote:
> I tried to build a -current kernel from sources supped last night 4/4 but
> failed when via.h could not be found. I understand that I could put it in
> my sources and try again, but was wondering what causes this to happen.
Hmm, I don't see this problem. However, if you see a reference to via.h,
it must be replaced with the following line:
#include <machine/viareg.h>
--scott