From owner-freebsd-acpi@FreeBSD.ORG Mon Jun 30 23:10:17 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 72E941065679; Mon, 30 Jun 2008 23:10:17 +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 F215A8FC19; Mon, 30 Jun 2008 23:10:16 +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 m5UNA9vn022818; Mon, 30 Jun 2008 19:10:10 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Mon, 30 Jun 2008 15:12:19 -0400 User-Agent: KMail/1.9.7 References: <486903DE.6070101@FreeBSD.org> In-Reply-To: <486903DE.6070101@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806301512.19227.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Mon, 30 Jun 2008 19:10:10 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/7596/Mon Jun 30 18:21:48 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: Kris Kennaway Subject: Re: acpi causes missing serial port on HP BL10e 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: Mon, 30 Jun 2008 23:10:17 -0000 On Monday 30 June 2008 12:03:42 pm Kris Kennaway wrote: > If I build a kernel with acpi on this HP proliant BL10e blade system, it > doesn't probe sio0: > > without acpi: > > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A, console > sio0: [FILTER] > sio1 at port 0x2f8-0x2ff irq 3 on isa0 > sio1: type 16550A > sio1: [FILTER] > > with acpi: > > sio0: port 0x2f8-0x2ff irq 3 flags 0x10 on acpi0 > sio0: type 16550A, console > sio0: [FILTER] > > note: the port at 0x3f8 didn't probe. > > If someone is interested I can provide the acpidump. Does the port at 0x3f8 work w/o ACPI? -- John Baldwin