Date: Tue, 04 Nov 2003 13:46:53 -0500 (EST) From: John Baldwin <jhb@FreeBSD.org> To: Lukas Ertl <l.ertl@univie.ac.at> Cc: current@FreeBSD.org Subject: Re: new interrupt code: panic when going multiuser Message-ID: <XFMail.20031104134653.jhb@FreeBSD.org> In-Reply-To: <20031104185343.J597@korben.in.tern>
next in thread | previous in thread | raw e-mail | index | archive | help
On 04-Nov-2003 Lukas Ertl wrote: > On Tue, 4 Nov 2003, John Baldwin wrote: > >> Well, a kernel without SMP and just 'device apic' should work fine, and >> a kernel with both SMP and 'device apic' should also work fine. > > But 'device apic' is necessary nowadays? Maybe that should be noted > somewhere. No. You don't have to have it for a UP system just using the 8259A PICs. However, a kernel with 'device apic' compiled in will still work on such systems and still use the 8259A PICs. Additionally, if the UP system actually provides BIOS support for APICs (i.e. an MPTable or a MADT, Intel 845 and 865 chipsets do this for example) then a UP system can use the APICs which is more efficient in that PCI devices do not have to share interrupts. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20031104134653.jhb>