Subject: Re: kern/36727: lkms that work with Single processor kernel do not work with muli-processor kernel
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 08/03/2007 15:45:02
The following reply was made to PR kern/36727; it has been noted by GNATS.
From: Martin Husemann <martin@duskware.de>
To: Ian McIntosh <ianm@cat.co.za>
Cc: gnats-bugs@NetBSD.org
Subject: Re: kern/36727: lkms that work with Single processor kernel do not work with muli-processor kernel
Date: Fri, 3 Aug 2007 17:41:13 +0200
On Fri, Aug 03, 2007 at 05:35:24PM +0200, Ian McIntosh wrote:
> So how do we resolve this problem - do you have any suggestions? or is
> this a known issue that is already being worked on.
Could you modify your lkm to print the pci_intr_handle_t token
passed to pci_intr_establish as a hex value?
It is supposed to have 0x10000000 set (see sys/arch/x86/include/i82093var.h
defining APIC_INT_VIA_APIC and APIC_IRQ_APIC)
Martin