kern/169571: FreeBSD CURRENT r235646 does not see keyboard in laptop FS Amilo D 7830

Matthias Apitz guru at unixarea.de
Thu Jul 5 18:40:07 UTC 2012


The following reply was made to PR kern/169571; it has been noted by GNATS.

From: Matthias Apitz <guru at unixarea.de>
To: bug-followup at FreeBSD.org
Cc: Matthias Apitz <guru at 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 at 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


More information about the freebsd-bugs mailing list