From owner-freebsd-acpi@FreeBSD.ORG Sun Feb 12 03:17:22 2006 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 198CC16A420 for ; Sun, 12 Feb 2006 03:17:22 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2EF943D45 for ; Sun, 12 Feb 2006 03:17:21 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (ppp-71-139-114-10.dsl.snfc21.pacbell.net [71.139.114.10]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id k1C3HFX8003576 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 11 Feb 2006 19:17:20 -0800 Message-ID: <43EEA8BE.5040202@root.org> Date: Sat, 11 Feb 2006 19:17:18 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin von Boehlen References: <200602120157.24206.boehlen@qualimedic.de> In-Reply-To: <200602120157.24206.boehlen@qualimedic.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org Subject: Re: IStormy Monday: Wher does the weather come from? X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 03:17:22 -0000 Martin von Boehlen wrote: > Hello, > > there are some probs with an ACPI interrupt storm on > FreeBSD 6.0/6.1-PatchedIntoOblivion ;) > > I DO NOT HAVE A BIOS WHERE ACPI IS AN OPTION. > I need to disable it completely! > But > root@www1 ~ # kldstat > Id Refs Address Size Name > 1 7 0xc0400000 3412e8 kernel > 2 1 0xc0742000 58554 acpi.ko > 3 1 0xc45a7000 16000 linux.ko > shows me acpi.ko > > I don't want it! I don't need it! How do I get rid of it? > Where can I get further hints ? > And, yes, I've scourged the mailing lists, the FAQ, the handbook, whatsoever! That's funny, the manpage says: LOADER TUNABLES Tunables can be set at the loader(8) prompt before booting the kernel or stored in /boot/loader.conf. ... hint.acpi.0.disabled Set this to 1 to disable all of ACPI. -- Nate