Subject: Re: VAXstation 4000 VLC netboots !
To: Paul <repton@repton.org>
From: Michael Kukat <michael@camaronet.de>
List: port-vax
Date: 02/28/1999 21:22:06
Hi !

> if you compile me a bootparams version i would be happy to try it on my
> VAXstation 3100/m30

My VS3100 is still compiling my experimental kernel, but if it gets
ready today, i'll compile it. But i think there is a Bug in the sid.h
file, because those old VAXstations don't work with the relatively new
SOC CPU.
They use 0a000004 instead of 14000004. Who wrote the comment into the
include file ?

#define VAX_BTYP_440    0x14000004      /* VS 4000/30, 3100/30, 3100/40
*/

I temporarily added the line:

#define VAX_BTYP_48     0x14000004      /* VS 4000/30 (VLC) */

I'll inform you if the BOOTPARAMS-booter is uploaded.

cu.. Michael