From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 13 06:55:13 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 DD15D16A420 for ; Tue, 13 Feb 2007 06:55:13 +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 8388E13C48D for ; Tue, 13 Feb 2007 06:55:13 +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 l1D6qCkb061131; Mon, 12 Feb 2007 23:52:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 12 Feb 2007 23:52:52 -0700 (MST) Message-Id: <20070212.235252.179962625.imp@bsdimp.com> To: rick-freebsd@kiwi-computer.com From: "M. Warner Losh" In-Reply-To: <20070209200958.GA50431@keira.kiwi-computer.com> References: <20070209110522.GF834@turion.vk2pj.dyndns.org> <45CCBCFB.4020402@pacbell.net> <20070209200958.GA50431@keira.kiwi-computer.com> 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:52:14 -0700 (MST) Cc: freebsd-hackers@freebsd.org, dr2867@pacbell.net 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:55:13 -0000 In message: <20070209200958.GA50431@keira.kiwi-computer.com> "Rick C. Petty" writes: : Not strange at all, FreeBSD does support shared IRQs. However, the sio : device does NOT support shared IRQs. Yes. Sio does support shared IRQs. However, the problem is that the non-fast ISR has to register first.. IF it gets the IRQ first, then bad things happen... Warner