From owner-freebsd-stable@FreeBSD.ORG Thu Feb 26 05:59:21 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D526106566B for ; Thu, 26 Feb 2009 05:59:21 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [220.233.188.227]) by mx1.freebsd.org (Postfix) with ESMTP id B6C7A8FC18 for ; Thu, 26 Feb 2009 05:59:20 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id n1Q5xJ9E053201; Thu, 26 Feb 2009 16:59:19 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Thu, 26 Feb 2009 16:59:18 +1100 (EST) From: Ian Smith To: "Daniel O'Connor" In-Reply-To: <200902261305.50545.doconnor@gsoft.com.au> Message-ID: <20090226165128.M71460@sola.nimnet.asn.au> References: <200902261305.50545.doconnor@gsoft.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-stable@freebsd.org Subject: Re: 7.1 reports serial ports disabled (but they work OK) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 05:59:21 -0000 On Thu, 26 Feb 2009, Daniel O'Connor wrote: > I have an amd64 7.1 install on a SuperMicro C2SBA+ and I see the following in > dmesg.. > > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 > sio0: type 16550A > sio0: [FILTER] > sio1: configured irq 3 not in bitmap of probed irqs 0 > sio1: port may not be enabled > sio1: configured irq 3 not in bitmap of probed irqs 0 > sio1: port may not be enabled > sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 > sio1: type 16550A > sio1: [FILTER] > > However the ports do work fine. The last 3 lines of each show success, despite earlier prevarication. > I was under the impression that this test was bogus on !i386 and had be > removed but I guess I'm wrong :) As long as they work! cheers, Ian