Subject: Re: pmax mi scsi
To: None <port-pmax@netbsd.org>
From: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
List: port-pmax
Date: 02/29/2000 09:57:26
> 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
Tohru Nishimura