Subject: Re: Keypress causing freeze on new powerbooks
To: Bill Studenmund <wrstuden@zembu.com>
From: Michael Wolfson <mw@blobulent.com>
List: port-macppc
Date: 07/27/2001 15:29:15
At 1:42 PM -0700 7/27/01, Bill Studenmund wrote:

:)As I understand the problem, we have code in our keyboard driver which
:)gives users the, "press here to eject" effect. Unfortunatly we use said
:)code even on models which DON'T have the needed pcmcia support. A patch
:)which comments out these calls has been passed around.
:)
:)My proposed fix is attached. With it, we only call the eject routines if
:)we actually have attached the pcmcia stuff.

AFAICT, this is fixed with version 1.16 of
http://cvsweb.netbsd.org/bsdweb.cgi/syssrc/sys/arch/macppc/dev/akbd.c

I haven't had the panic related to this occur since using this version of
akbd.c.  Unfortunately, there's the other problem of the brightness keys
(F1 and F2) which reset the power manager (and thus shut off the machine).

Thanks,
  -- MW