From owner-freebsd-acpi@FreeBSD.ORG Wed Jul 5 13:57:42 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 317AE16A600 for ; Wed, 5 Jul 2006 13:57:42 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E32843D53 for ; Wed, 5 Jul 2006 13:57:40 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k65Dvc8l096279; Wed, 5 Jul 2006 09:57:38 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Wed, 5 Jul 2006 08:38:44 -0400 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607050838.44324.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Wed, 05 Jul 2006 09:57:38 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1585/Tue Jul 4 16:39:34 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: othermark Subject: Re: acpi on msi-9218 (-current) swaps sio0 and sio1 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: Wed, 05 Jul 2006 13:57:42 -0000 On Thursday 29 June 2006 17:51, othermark wrote: > > With acpi loaded on a msi-9218 motherboard, I'm seeing sio0 and sio1 > get 'swapped.' Even though the kernel is compiled for console on 0x3f8, > I've had to change the /etc/ttys to use ttyd1 so login is displayed when > the system is booted. > > Empirically, this tells me that 0x3f8 is correct for sio0 (since the kernel > and boot loader display fine using it as comconsole). > > Is there a way to force this to be consistant? This is -current from Jun > 8. I will try a more recent kernel soon. The following is a verbose boot > log. This is because your BIOS lists them backwards in the ASL. There isn't a workaround currently short of fixing your ASL to list them in the COM1/COM2 order and building a custom dsdt. -- John Baldwin