From owner-freebsd-questions@FreeBSD.ORG Wed Jul 13 22:43:26 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 8A52C16A41C for ; Wed, 13 Jul 2005 22:43:26 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-04-eri0.ohiordc.rr.com (ms-smtp-04-smtplb.ohiordc.rr.com [65.24.5.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3464443D53 for ; Wed, 13 Jul 2005 22:43:25 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-44-187.woh.res.rr.com [65.31.44.187]) by ms-smtp-04-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id j6DMhMHH016195 for ; Wed, 13 Jul 2005 18:43:23 -0400 (EDT) Message-ID: <002101c587fc$31d10f20$0200a8c0@satellite> From: "dave" To: Date: Wed, 13 Jul 2005 18:42:48 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: usr data/fax modem under 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 22:43:26 -0000 Hello, Got an old isa usr 56k data/fax modem i want to get going under 5.4. This is *not a winmodem, i've had it working under Linux and 4.x fbsd. I have it jumpered to sio2 and irq 2 if i'm remembering right. Under 4.x, and it's been a while, i had to compile a kernel with the right sio options in place, now if i understand it i have to customize the right sio line in /boot/device.hints. 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? Thanks. Dave.