From owner-freebsd-doc@FreeBSD.ORG Fri Dec 17 03:04:08 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 269B316A4CE for ; Fri, 17 Dec 2004 03:04:08 +0000 (GMT) Received: from asclepius.uwa.edu.au (asclepius3.uwa.edu.au [130.95.128.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D7F343D1F for ; Fri, 17 Dec 2004 03:04:06 +0000 (GMT) (envelope-from zanchey@mussel.ucc.gu.uwa.edu.au) Received: from asclepius.kas (localhost.localdomain [127.0.0.1]) by asclepius.uwa.edu.au (Postfix) with SMTP id CB6411836AB for ; Fri, 17 Dec 2004 11:04:04 +0800 (WST) Received: from asclepius (localhost.localdomain [127.0.0.1]) by asclepius.prekas (Postfix) with SMTP id C633A184096 for ; Fri, 17 Dec 2004 11:04:04 +0800 (WST) X-UWA-Client-IP: 130.95.13.9 (UWA) Received: from mooneye.ucc.gu.uwa.edu.au (mooneye.ucc.gu.uwa.edu.au [130.95.13.9]) by asclepius.input (Postfix) with ESMTP id AD681183D8F for ; Fri, 17 Dec 2004 11:04:04 +0800 (WST) Received: by mooneye.ucc.gu.uwa.edu.au (Postfix, from userid 801) id D634C17F18; Fri, 17 Dec 2004 11:04:03 +0800 (WST) Received: from mussel (mussel.ucc.gu.uwa.edu.au [130.95.13.18]) by mooneye.ucc.gu.uwa.edu.au (Postfix) with ESMTP id 74C7E17E13; Fri, 17 Dec 2004 11:04:03 +0800 (WST) Received: from zanchey (helo=localhost) by mussel with local-esmtp (Exim 3.36 #1 (Debian)) id 1Cf8PT-0006gW-00; Fri, 17 Dec 2004 11:04:03 +0800 Date: Fri, 17 Dec 2004 11:04:03 +0800 (WST) From: David Adam To: doug In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: David Adam X-SpamTest-Info: Profile: Formal (178/041216) X-SpamTest-Info: Profile: Detect Hard [UCS 290904] X-SpamTest-Info: Profile: SysLog X-SpamTest-Info: Profile: Marking Spam - Subject (UCS) [02-08-04] X-SpamTest-Status: Not detected X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release cc: freebsd-doc@freebsd.org Subject: Re: typo in handbook 11.16.3.2 System Hangs X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 03:04:08 -0000 Doug, On Thu, 16 Dec 2004, doug wrote: > support with hint.apic.0.disabled="1" in loader.conf. > ^^^^ > acpi? I'm pretty sure that it should be APIC (Advanced Programmable Interrupt Controller). >From the kernel configuration NOTES: # The apic device enables the use of the I/O APIC for interrupt delivery. # The apic device can be used in both UP and SMP kernels, but is required # for SMP kernels. (Well, I know it doesn't mean a lot, but I'm mainly trying to show that hint.apic is more likely than not a valid sysctl.) HTH, David Adam zanchey@ucc.gu.uwa.edu.au