Subject: Re: Two monitors on IPC, NetBSD 1.1
To: None <port-sparc@NetBSD.ORG>
From: Chris Torek <torek@bsdi.com>
List: port-sparc
Date: 02/07/1996 23:25:11
>How the heck do I get both the bwtwo and cg3 to actually work?

My drivers rely on the PROM to initialize the monitor settings.
What you need to do is map in the registers (see btreg.h, unless
I made that file since then), dump out the values set by the
PROM, and load those values into the `non-console' monitors.
The registers need only be loaded once, e.g., by a user program
while reading /etc/rc*.

One of these days I have to finish the program that loads up
register values... :-)

Chris