From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 17:38:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6437C16A420 for ; Thu, 14 Jul 2005 17:38:29 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D274343D45 for ; Thu, 14 Jul 2005 17:38:28 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Thu, 14 Jul 2005 18:39:10 +0100 Message-ID: <42D6A312.6090004@dial.pipex.com> Date: Thu, 14 Jul 2005 18:38:26 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: dave References: <002101c587fc$31d10f20$0200a8c0@satellite> In-Reply-To: <002101c587fc$31d10f20$0200a8c0@satellite> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Jul 2005 17:39:11.0005 (UTC) FILETIME=[F19FCCD0:01C5889A] Cc: freebsd-questions@freebsd.org Subject: Re: usr data/fax modem under 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 17:38:29 -0000 dave wrote: >I've enabled sio2 and set it's irq to 2, also 4, 5, and >9, all of which give me the error: >configured irq x not in bitmap of probed irq's 0 >under dmesg output i see the sio2 port, it's i/o address, and the fact that >fbsd sees the modem's uart as a 16550a which again if i remember right tells >me that i've got the sio2 port and i/o right, just the irq is wrong. Did i >miss something? > > I'm no expert on this, but no-one else seems to be either :-) Are you sure it doesn't work despite the message? With an on-motherboard sio port I get sio1: configured irq 4 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 on acpi0 sio1: type 16550A and the port works just fine. The "not in probed bitmaps" is some ACPI related cruft, IIUC. I do, however, see the IRQ. I do have hint.sio.1.at="isa" hint.sio.1.port="0x3F8" hint.sio.1.irq="4" in device.hints, but I'm not really sure it was necessary. Might well be for an actual ISA card, though. Are you sure that none of the irq hints you tried showed you the IRQ in the COM port line? I was distracted by the not in bitmap message for a while until I twigged that the thing *was* working. --Alex