From owner-freebsd-acpi@FreeBSD.ORG Fri Oct 22 23:34:31 2004 Return-Path: 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 29CBA16A4CE for ; Fri, 22 Oct 2004 23:34:31 +0000 (GMT) Received: from pony.uvm.edu (pony.uvm.edu [132.198.101.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 925CB43D48 for ; Fri, 22 Oct 2004 23:34:30 +0000 (GMT) (envelope-from jflemer@uvm.edu) Received: from [192.168.2.15] (c-24-9-89-237.client.comcast.net [24.9.89.237]) (authenticated bits=0) by pony.uvm.edu (8.12.11/8.12.11) with ESMTP id i9MNYS3m006669 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 22 Oct 2004 19:34:29 -0400 Message-ID: <4179990F.9080805@uvm.edu> Date: Fri, 22 Oct 2004 17:34:39 -0600 From: "James E. Flemer" User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040918) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-acpi@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: ACPI blacklist of Asus P2B-F X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 23:34:31 -0000 Hey All, I believe the quirk (blacklist) entry for the Asus P2B-F motherboard can be removed for FreeBSD. I have been running a server with that motherboard with ACPI enabled from soon after ACPI support was added to FreeBSD. Since it's a server, I haven't extensively tried sleep or suspend; S1 seems fine, haven't tried S4(non-BIOS), and it doesn't support any other ('cept S5). I think that the blacklist probably originated from some Windows version and problems with shut down (system would not power off). FreeBSD can power this box off via 'shutdown -p' and 'acpiconf -s 5'. All I can find with Google about this board and ACPI seems shutdown related. It may be possible that older BIOS vers (hopefully with different ACPI oem version #s) have legitimate problems, but it seems to me that rev 0x58582e31 is just fine for FreeBSD. Anyone else have this board who has tried ACPI? Can we change the quirk to '< 0x58582e31' rather than '<= 0x58582e31'? -James