From owner-freebsd-current@FreeBSD.ORG Sun May 9 02:14:00 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 03EB116A4CE for ; Sun, 9 May 2004 02:14:00 -0700 (PDT) Received: from mail.unixconsult.co.uk (mail.unixconsult.co.uk [81.2.69.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12CAD43D41 for ; Sun, 9 May 2004 02:13:59 -0700 (PDT) (envelope-from freebsd@unix-consult.com) Received: from nermal.unix-consult.com (wall.unixconsult.co.uk [81.2.69.82]) by mail.unixconsult.co.uk (Postfix) with ESMTP id A18EF50865; Sun, 9 May 2004 10:13:55 +0100 (BST) Received: from odie.unix-consult.com (odie [192.168.0.2]) by nermal.unix-consult.com (Postfix) with ESMTP id 6813724FE0; Sun, 9 May 2004 10:13:55 +0100 (BST) Received: by odie.unix-consult.com (Postfix, from userid 1002) id 7BEF785FD; Sun, 9 May 2004 11:13:56 +0100 (BST) Date: Sun, 9 May 2004 11:13:56 +0100 From: Timo Geusch To: Bruce Evans Message-ID: <20040509101356.GA93300@odie.unix-consult.com> Mail-Followup-To: Timo Geusch , Bruce Evans , freebsd-current@freebsd.org References: <20040504134415.A8625@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040504134415.A8625@gamplex.bde.org> User-Agent: Mutt/1.5.6i X-Mailman-Approved-At: Sun, 09 May 2004 05:08:36 -0700 cc: freebsd-current@freebsd.org Subject: Re: sio: lots of silo overflows on Asus K8V with Moxa Smartio C104H/PCI 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: Sun, 09 May 2004 09:14:00 -0000 On Tue, May 04, 2004 at 02:17:16PM +1000, Bruce Evans wrote: > BTW, there are about 34 broken drivers that use > BUS_SETUP_INTR(device_get_parent(...), ...) instead of bus_setup_interrupt(). > This just evades printing of the FAST/GIANT-LOCKED/MPSAFE boot message. > BUS_SETUP_INTR() seems to be needed in only 10 files. Is there a fairly simple way to indentify where BUS_SETUP_INTR is needed? I might have a couple of hours to spare to look into this...