From owner-freebsd-stable@FreeBSD.ORG Tue Nov 27 07:44:55 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 4B3A5130 for ; Tue, 27 Nov 2012 07:44:55 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-6.eutelia.it [62.94.10.166]) by mx1.freebsd.org (Postfix) with ESMTP id E49F88FC1B for ; Tue, 27 Nov 2012 07:44:54 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eutelia.it (Eutelia) with ESMTP id 7AC156371D3 for ; Tue, 27 Nov 2012 08:44:47 +0100 (CET) Received: from soth.ventu (adsl-ull-29-164.41-151.net24.it [151.41.164.29]) (authenticated bits=0) by ns2.biolchim.it (8.14.5/8.14.5) with ESMTP id qAR7if7f062704 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Tue, 27 Nov 2012 08:44:42 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.5/8.14.5) with ESMTP id qAR7iTv8006407 for ; Tue, 27 Nov 2012 08:44:30 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <50B46F5D.1040100@netfence.it> Date: Tue, 27 Nov 2012 08:44:29 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; 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> In-Reply-To: <50B3E8A6.7060004@ose.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 X-Scanned-By: MIMEDefang 2.73 on 10.1.2.13 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (ns2.biolchim.it [192.168.2.203]); Tue, 27 Nov 2012 08:44:42 +0100 (CET) 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:44:55 -0000 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.