Date: Thu, 5 Jul 2012 18:40:07 GMT From: Matthias Apitz <guru@unixarea.de> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/169571: FreeBSD CURRENT r235646 does not see keyboard in laptop FS Amilo D 7830 Message-ID: <201207051840.q65Ie7rY038846@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/169571; it has been noted by GNATS.
From: Matthias Apitz <guru@unixarea.de>
To: bug-followup@FreeBSD.org
Cc: Matthias Apitz <guru@unixarea.de>
Subject: Re: kern/169571: FreeBSD CURRENT r235646 does not see keyboard in
laptop FS Amilo D 7830
Date: Thu, 5 Jul 2012 20:32:03 +0200
adding the following line to sys/dev/atkbdc/atkbdc_isa.c solved the
problem for me:
static struct isa_pnp_id atkbdc_ids[] = {
{ 0x0303d041, "Keyboard controller (i8042)" }, /* PNP0303 */
{ 0x2003d041, "Keyboard controller (i8042)" }, /* PNP0320 */
+ { 0x0b03d041, "Keyboard controller (i8042)" }, /* PNP030B */
{ 0 }
--
Matthias Apitz
e <guru@unixarea.de> - w http://www.unixarea.de/
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207051840.q65Ie7rY038846>
