From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 13 06:52:08 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8798516A402 for ; Tue, 13 Feb 2007 06:52:08 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2F07C13C478 for ; Tue, 13 Feb 2007 06:52:08 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l1D6ng1E061100; Mon, 12 Feb 2007 23:49:42 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 12 Feb 2007 23:49:59 -0700 (MST) Message-Id: <20070212.234959.-432837120.imp@bsdimp.com> To: dr2867@pacbell.net From: "M. Warner Losh" In-Reply-To: <45CC2DDF.6040600@pacbell.net> References: <45CC2DDF.6040600@pacbell.net> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 12 Feb 2007 23:49:42 -0700 (MST) Cc: freebsd-hackers@freebsd.org Subject: Re: PING: Someone on the core team. (Modem Problem) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2007 06:52:08 -0000 : sio0: configured irq 19 not in bitmap of probed irqs 0 : sio0: port may not be enabled This may be your problem. sio isn't detecting the interrupts happening on this card, it seems, from this dmesg. You may need to use John Baldwin's hacks to force sio to not use fast interrupts. This makes it possible to share it with non-fast interrupt sources. Please let me know if you need these patches. Warner