From owner-freebsd-stable@FreeBSD.ORG Mon Nov 26 22:09:44 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 D206F7B4 for ; Mon, 26 Nov 2012 22:09:44 +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 61D958FC08 for ; Mon, 26 Nov 2012 22:09:44 +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; Mon, 26 Nov 2012 23:09:42 +0100 Message-ID: <50B3E8A6.7060004@ose.nl> Date: Mon, 26 Nov 2012 23:09:42 +0100 From: Bas Smeelen 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> In-Reply-To: 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: Mon, 26 Nov 2012 22:09:45 -0000 On 11/20/12 20:25, Eitan Adler wrote: > On 19 November 2012 15:07, Aldis Berjoza wrote: >> >> 19.11.2012, 22:04, "Andrea Venturoli" : >>> On 11/19/12 18:44, Eitan Adler wrote: >>> >>>> Hey all, >>>> >>>> The FAQ for FreeBSD needs a significant amount of updating and >>>> changing. The first step in that process is to figure out what needs >>>> to be changed. >>>> >>>> If you can a take a moment and thoroughly review just one >>>> question and add your comments and concerns it >>>> would be immensely helpful. >>>> >>>> http://wiki.freebsd.org/ThwackAFAQ > ... > > I've migrated the comments on the mailing list to the wiki and will > working on fixing them shortly. Content patches are appreciated but > not required. Ideally every row on the wiki will be either green or > red. > > Fixing the content is a very long term project. > > 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.