Subject: Re: pmax mi scsi
To: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
From: Simon Burge <simonb@netbsd.org>
List: port-pmax
Date: 02/29/2000 14:16:38
Toru Nishimura wrote:

> > I'm not sure about that (Michael, Toru?), but there's an open PR about
> > the keyboard and mouse not working on the 5000/200 at the moment.
> 
> I thought it was fixed long time ago.  Quick fix in ibus/ibus_3max.c
> would solve the issue.
> 
> struct ibus_attach_args kn02sys_devs[] = {
>         { "mc146818",   0,      KV(KN02_SYS_CLOCK),             0,      },
>         { "dc",         1,      KV(KN02_SYS_DZ),                0,      },
> };                     ~~~
>                       change the value to 7

From the CVS logs, it appears this is not the problem:

	----------------------------
	revision 1.4
	date: 1999/12/11 13:49:18;  author: simonb;  state: Exp;  lines: +3 -3
	branches:  1.4.2;
	Revert previous - the problem was a hard-coded KN01 dc address, not the
	cookie value.
	----------------------------

The only thing I can think of is that the console isn't attaching
properly after the consinit changes...

Simon.