From owner-freebsd-current@FreeBSD.ORG Sat Feb 9 13:42:45 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3BC416A420 for ; Sat, 9 Feb 2008 13:42:45 +0000 (UTC) (envelope-from emikulic@gmail.com) Received: from ipmail01.adl6.internode.on.net (ipmail01.adl6.internode.on.net [203.16.214.146]) by mx1.freebsd.org (Postfix) with ESMTP id F20D913C458 for ; Sat, 9 Feb 2008 13:42:44 +0000 (UTC) (envelope-from emikulic@gmail.com) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAFo6rUeWZaK6/2dsb2JhbACKF54b X-IronPort-AV: E=Sophos;i="4.25,326,1199626200"; d="scan'208";a="38370632" Received: from ppp162-186.static.internode.on.net ([150.101.162.186]) by ipmail01.adl6.internode.on.net with ESMTP; 10 Feb 2008 00:12:43 +1030 Received: by ppp162-186.static.internode.on.net (Poofix, from userid 1001) id BE4CB4080; Sun, 10 Feb 2008 00:42:42 +1100 (EST) Date: Sun, 10 Feb 2008 00:42:42 +1100 From: Emil Mikulic To: freebsd-current@freebsd.org Message-ID: <20080209134242.GA76300@dmr.ath.cx> Mail-Followup-To: Emil Mikulic , freebsd-current@freebsd.org References: <20080203123035.GA10747@dmr.ath.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080203123035.GA10747@dmr.ath.cx> X-PGP-ID: 1024D/344A699F X-PGP-Fingerprint: EE97 2C84 6D07 E76C F075 C0BA ED2A 9319 344A 699F X-Written-On: dmr.ath.cx (FreeBSD 6.2-STABLE i386) User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: sio0 not working on Asus M2N-SLI Deluxe motherboard X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 09 Feb 2008 13:42:45 -0000 On Sun, Feb 03, 2008 at 11:30:35PM +1100, Emil Mikulic wrote: > This is FreeBSD 7.0-RC1 on amd64, I get 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] > > I can't get any data in or out of that serial port. Pilot error. Sorry for the noise, everyone. With "-Dh" in /boot.config, serial console and getty work just fine. --Emil