From owner-freebsd-current@FreeBSD.ORG Thu Mar 24 00:56:03 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1897716A4CE for ; Thu, 24 Mar 2005 00:56:03 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A6D43D3F for ; Thu, 24 Mar 2005 00:56:02 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IDT00CNTZO6NU90@bgo1smout1.broadpark.no> for freebsd-current@freebsd.org; Thu, 24 Mar 2005 01:50:30 +0100 (CET) Received: from kg-work.kg4.no ([80.203.21.150]) by bgo1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0IDU00H9N003TT20@bgo1sminn1.broadpark.no> for freebsd-current@freebsd.org; Thu, 24 Mar 2005 01:57:40 +0100 (CET) Date: Thu, 24 Mar 2005 01:55:57 +0100 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq;m"_0v;~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH To: freebsd-current@freebsd.org Message-id: <20050324015557.53b23176.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 1.0.3 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT X-Mailman-Approved-At: Thu, 24 Mar 2005 13:08:58 +0000 Subject: FYI amd64 (MSI mainboard, MS-7093) - getting acpi working! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 00:56:03 -0000 Hello, FYI: I have a new machine with a MSI RS480M2-IL (aka MS-7093) mainboard, and an AMD Athlon 64 3000+ (1.8 GHz) processor. It also has an ATI chipset and integrated graphics ("ATI Radeon XPRESS 200"). I have one stick of memory in it (512 Mbyte). I installed FreeBSD 5.4-BETA1 (amd64) on it. initially, I had to disable acpi in the boot menu, or else the machine would stop responding after printing the 'acd0: ...' line. It would sit there forever (or at least more than ten minutes). The bad thing is that with acpi disabled, there are lots of things that doesn't work (like the mouse, the usb ports, the firewire ports, etc.). The bios only have settings for acpi enabled or acpi disabled. acpi disabled has the same effect as booting without acpi (in the FreeBSD boot menu). However, after I read the Handbook chapter on acpi debugging again, I found a workaround. By writing the line: hint.apic.0.disabled="1" in /boot/loader.conf, the machine now boots with acpi working. At least so much of acpi that the mouse, usb and firewire ports seem to be working. I have tested the mouse and it works. -- Regards, Torfinn Ingolfsen, Norway