Re: more VXT2000 stuff

Anders Magnusson <[email protected]> Tue, 31 Dec 2002 13:25:27 +0100 (MET)
Newsgroups gmane.os.openbsd.vax
Message-ID <[email protected]>
> Ragge's putchar/getchar doesn't work on either of the two VXTs I have
> tried.  (One possible explanation could be that Ragge is using serial
> console. (??))
> 
> However, if I change the line
> 
> 	static volatile int *vxtregs = (int *)0x200A0000;
> 
> in .../vax/boot/boot/consio.c to 0x200A0040 instead, I can read data
> from the keyboard, but the values returned are keyboard scan codes and
> not ASCII values.
> 
This is the reason why the rom routines are preferred, it feels 
unneccessary to have a keyboard map table in the boot loader :-)

-- Ragge