Subject: Re: My 3/60 keyboard
To: None <tsunami@imsa.edu>
From: David Jones <dej@achilles.net>
List: port-sun3
Date: 12/02/1995 21:23:47
> I've just gotten a keyboard, mouse, and monitor for my 3/60. The problem
> is, it still sends output to a terminal through the serial port.
Have you set the console to be the frame buffer?
/* 0x1E */
u_char eeKeyboardType; /* zero for sun keyboards */
u_char eeConsole; /* What to use for the console */
#define EE_CONS_BW 0x00 /* - On-board B&W / keyboard */
#define EE_CONS_TTYA 0x10 /* - serial port A */
#define EE_CONS_TTYB 0x11 /* - serial port B */
#define EE_CONS_COLOR 0x12 /* - Color FB / keyboard */
#define EE_CONS_P4OPT 0x20 /* - Option board on P4 */
So, from the monitor, if you have a mono framebuffer:
q 1f 00
For color:
q 1f 12