From owner-freebsd-doc@FreeBSD.ORG Wed Jul 18 16:52:36 2007 Return-Path: X-Original-To: doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB19D16A406 for ; Wed, 18 Jul 2007 16:52:36 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id 6586613C441 for ; Wed, 18 Jul 2007 16:52:35 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id l6IGqUCI031630; Wed, 18 Jul 2007 18:52:31 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.13.4/8.13.3/Submit) id l6IGqU7I031629; Wed, 18 Jul 2007 18:52:30 +0200 (CEST) (envelope-from marc) Date: Wed, 18 Jul 2007 18:52:30 +0200 From: Marc Fonvieille To: Ernst de Haan Message-ID: <20070718165230.GA26608@abigail.blackend.org> References: <1356210A-31D0-4EC7-A7BB-CEA57B0C1C6B@ernstdehaan.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1356210A-31D0-4EC7-A7BB-CEA57B0C1C6B@ernstdehaan.com> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.11-STABLE User-Agent: Mutt/1.5.9i Cc: doc@FreeBSD.org Subject: Re: 'device apic' required for SMP kernel? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2007 16:52:36 -0000 On Wed, Jul 18, 2007 at 04:39:41PM +0200, Ernst de Haan wrote: > Hi, > > > According to the Handbook, section 8.4: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ > kernelconfig-config.html > > the 'device apic' option is required for SMP-kernels. > > However: > 1. the GENERIC kernel config does not include this option; > 2. nor does the SMP kernel config; > 3. my system works with a kernel config based on GENERIC+SMP, without > this options, so it seems to be optional. > Which version of FreeBSD are you running? cause this line is present on both -STABLE and -CURRENT GENERIC configuration files. -- Marc