From owner-freebsd-acpi@FreeBSD.ORG Tue Jul 22 21:00:27 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FDE8106564A for ; Tue, 22 Jul 2008 21:00:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id CA9C18FC08 for ; Tue, 22 Jul 2008 21:00:26 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m6ML0CwU038643; Tue, 22 Jul 2008 17:00:12 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Tue, 22 Jul 2008 13:53:07 -0400 User-Agent: KMail/1.9.7 References: <200807220958.55060.brock@cottonwoodcomputer.com> In-Reply-To: <200807220958.55060.brock@cottonwoodcomputer.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807221353.07575.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Tue, 22 Jul 2008 17:00:15 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/7784/Tue Jul 22 15:40:54 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.3 required=4.2 tests=AWL,BAYES_00, DATE_IN_PAST_03_06,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Brock Williams Subject: Re: acpi no sound, acpi disabled no serial on IBM kiosk 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: Tue, 22 Jul 2008 21:00:27 -0000 On Tuesday 22 July 2008 11:58:51 am Brock Williams wrote: > I'm trying to get our point of sale product ported to run on then new IBM > Anyplace Kiosks running FreeBSD 7.0. When we leave ACPI enabled, the > onboard sound works but the serial ports aren't detected. When we disable > ACPI, the serial ports work great but the sound doesn't work. > > I've made the dmesg and devinfo both with and without acpi, sysctl hw.acpi, > and the asl available here: > http://cotcomsol.com/files/acpi_info.tgz > > I've also attached the 2 dmesg outputs here. Anyone have any ideas what > might be going on? I can't figure it out. Everything is enabled in the > BIOS and we have checked that the version is the lastest available... Looks like your serial ports are there in the ACPI case, but they are at sio0, sio1, and sio2. In the non-ACPI case the hints cause the serial ports to show up at sio0, sio3, and sio4 instead. -- John Baldwin