RE: New <PNP0303> and aPic question

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Tue, 04 Nov 2003 12:56:07 -0500 (EST)
On 04-Nov-2003 Harald Schmalzbauer wrote:
> Hi all,
> 
> with today's -current (with the new irq stuff) I get the following messages 
> wich I haven't had before:
> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
> unknown: <PNP0303> can't assign resources (port)
> unknown: <PNP0501> can't assign resources (port)
> unknown: <PNP0501> can't assign resources (port)
> unknown: <PNP0700> can't assign resources (port)
> Timecounter "TSC" frequency 1095821276 Hz quality 800

You probably had ACPI as a module before.  You need to compile acpi into
your kernel if you wish to use it still.  These messages are from the
PnP BIOS probe that happens when ACPI is not used.

> See attached the complete dmesg.
> 
> 
> Then I have a question regarding the aPic: I know that my hardware has such a 
> aPic and under WinXP there were irqs assigned up to ~23.
> Is it possible to support that apic without SMP?

Yes.  As long as you have 'device apic' in your kernel config,
APICs will be used to route interrupts even on UP machines if
the machine includes an MP Table or ACPI is being used and it
contains an MADT.

-- 

John Baldwin <jhb_at_FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/
Received on Tue Nov 04 2003 - 08:56:33 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:27 UTC