El día Thursday, July 05, 2012 a las 03:36:22PM +0900, Kaho Toshikazu escribió:

>   Hello Matthias Apitz, and ML members,
> 
>   Thanks to upload acpi dump. Your keyboard controller ID is "PNP030B",
> and your posted patch may be correct. Please undo your reversion,
> and try your patch.


Hello Kaho and all,

Yes! Now it works after inserting the line shown below:

$ dmesg | fgrep kbd
kbd1 at kbdmux0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0

also the mouse works fine;

Thanks for helping me getting to the point. I will later comment the bug
report in the issue tracker.

Interesting question remains: why it works in the older revision r214444?

        matthias

> > maybe it helps to add a line like this:
> > 
> >  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
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <g...@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
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to