From owner-freebsd-stable@FreeBSD.ORG Tue Nov 27 07:55:57 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82082717 for ; Tue, 27 Nov 2012 07:55:57 +0000 (UTC) (envelope-from b.smeelen@ose.nl) Received: from mail.ose.nl (mail.ose.nl [212.178.134.164]) by mx1.freebsd.org (Postfix) with ESMTP id 14F9C8FC17 for ; Tue, 27 Nov 2012 07:55:56 +0000 (UTC) X-Footer: b3NlLm5s Received: from localhost ([127.0.0.1]) by mail.ose.nl (using TLSv1/SSLv3 with cipher AES256-SHA (256 bits)) for freebsd-stable@freebsd.org; Tue, 27 Nov 2012 08:55:54 +0100 Message-ID: <50B471F1.5040704@ose.nl> Date: Tue, 27 Nov 2012 08:55:29 +0100 From: Bas Smeelen User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Help review the FAQ References: <50AA8C85.2000002@netfence.it> <176051353355653@web21f.yandex.ru> <50B3E8A6.7060004@ose.nl> <50B46F5D.1040100@netfence.it> In-Reply-To: <50B46F5D.1040100@netfence.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 07:55:57 -0000 On 11/27/2012 08:44 AM, Andrea Venturoli wrote: > On 11/26/12 23:09, Bas Smeelen wrote: > >> Probable addition >> 8.8 I get a lot of 'spurious interrupts detected' messages on a modified >> i386 build kernel and my computer does not work right. What did I do wrong? >> >> You have a single processor computer, build your own customized kernel >> and disabled >> options SMP (multiprocessor). >> Probably you also disabled the line below, >> device apic # I/O APIC >> >> This is code for the advanced programmable interrupt controller which >> also controls interrupts for your attached devices, being ethernet cards >> and others. >> Do not disable this device. > > While I don't know about apic, there used to be "KEEP THIS!!!" comments in > GENERIC's conf file. > I guess this would be more on the spot than a FAQ you'd read *after* > removing this. > > Just my 2c. > > bye > av. You're probably right. It must have been before 6.3-RELEASE, where there are no KEEP THIS comments in GENERIC. Though in NOTES it says "Mandatory". It is a very stupid user error on my side, which I stumbled upon quite a time ago and maybe not even FAQ worthy then.