From owner-cvs-src@FreeBSD.ORG Tue Jun 3 08:20:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4BBB37B401; Tue, 3 Jun 2003 08:20:32 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E6F043FA3; Tue, 3 Jun 2003 08:20:28 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h53FKNkA013952; Tue, 3 Jun 2003 09:20:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 03 Jun 2003 09:20:03 -0600 (MDT) Message-Id: <20030603.092003.75391391.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20030602234329.T22029@root.org> References: <20030602233211.2492D37B4A2@hub.freebsd.org> <20030602234329.T22029@root.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: sam@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ubsec ubsec.c ubsecvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 15:20:33 -0000 In message: <20030602234329.T22029@root.org> Nate Lawson writes: : The end result, I thought, was that jhb@ was going to look into : bus_teardown_intr() to change it to install a null handler with proper : locking (intr masking?). I hate to start this topic again but I've : brought it up a couple times and still haven't heard that this has been : addressed. that wasn't the end result. Warner