Subject: Re: config changes
To: Chuck McManis <cmcmanis@freegate.com>
From: Christopher Sekiya <wileyc@tlug.gr.jp>
List: port-vax
Date: 08/04/1999 02:51:28
On Tue, 3 Aug 1999, Chuck McManis wrote:

> Notably about the 'defpsuedo' directives. Presumably this is new in
> 1.4.1 but the 1.4.1-pre config doesn't know about them?

You'll need to grab src/usr.sbin/config out of -current and compile it
first.  You'll also probably need to comment out a couple of things in
files.vax, and there's a header in src/sys/arch/vax/include that needs a
"#ifndef THIS_HEADER #define THIS_HEADER ... #endif THIS_HEADER" wrapper
-- I went through this last night[1].

-- Chris (wileyc@tlug.gr.jp)

[1] Looking at the lance driver, it appears that DMA support now exists.
    Ragge, am I reading it right?