From owner-freebsd-current@FreeBSD.ORG Thu Sep 9 21:41:24 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11A0616A4CE; Thu, 9 Sep 2004 21:41:24 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4FFD43D60; Thu, 9 Sep 2004 21:41:23 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i89LeqHb067596; Thu, 9 Sep 2004 15:40:52 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 09 Sep 2004 15:41:23 -0600 (MDT) Message-Id: <20040909.154123.106438047.imp@bsdimp.com> To: mike@sentex.net From: "M. Warner Losh" In-Reply-To: <6.1.2.0.0.20040909154407.08b1a9f8@64.7.153.2> References: <6.1.2.0.0.20040908152736.07440148@64.7.153.2> <200409091322.19501.jhb@FreeBSD.org> <6.1.2.0.0.20040909154407.08b1a9f8@64.7.153.2> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: SIO Interrupt storms and unhandled interrupts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 09 Sep 2004 21:41:24 -0000 In message: <6.1.2.0.0.20040909154407.08b1a9f8@64.7.153.2> Mike Tancsa writes: : Thanks for the response! We found a different solution / approach : which seems to work on both RELENG_4 and RELENG_5. The problem is that the : modem is not being seen as a PCI / PUC device and instead is being seen as : an ISA SIO device ?? The following RELENG_5 and RELENG_4 patches seem to : fix the problem. I wonder if the other modems listed in sio.c suffer the : same fate ? : : Also fixed in this are those "cant re-use leafs" at bootup time. The modem : is seen as a PUC device now.... At the bottom is a diff between the boot -v I like this fix! I'll see if I can find to commit it. Warner