NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/25208 (pckbc0: unable to establish interrupt for aux slot)
The following reply was made to PR kern/25208; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/25208 (pckbc0: unable to establish interrupt for aux slot)
Date: Sun, 22 Jun 2008 13:07:23 +0200
Some more offline debugging with Joerg led to this analysis:
With ACPI_EXTRA_DEBUG defined,
> acpi0: HID PNP0F13 found in scope \_SB_ level 2
> STA 0x00000000
(the AUX-port) and
> acpi0: HID PNP0303 found in scope \_SB_ level 2
> STA 0x00000000
(the KBD-port) are found.
When adding ACPI_ACTIVATE_DEV and plugging in a keyboard and mouse
(!), NetBSD finds the devices:
pckbc0 at acpi0 (PS2M, PNP0F13): aux port
pckbc0: irq 12
pckbc1 at acpi0 (PS2K, PNP0303): kbd port
pckbc1: io 0x60,0x64 irq 1
and they even work.
Cheers,
Thomas
Home |
Main Index |
Thread Index |
Old Index