From owner-cvs-sys Sun Feb 15 08:57:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23907 for cvs-sys-outgoing; Sun, 15 Feb 1998 08:57:09 -0800 (PST) (envelope-from owner-cvs-sys) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23886; Sun, 15 Feb 1998 08:56:58 -0800 (PST) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id JAA23799; Sun, 15 Feb 1998 09:56:57 -0700 (MST) Message-Id: <199802151656.JAA23799@pluto.plutotech.com> X-Mailer: exmh version 2.0.1 12/23/97 To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ccd ccd.c In-reply-to: Your message of "Sun, 15 Feb 1998 00:28:28 PST." <199802150828.AAA03206@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 15 Feb 1998 09:54:08 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >jkh 1998/02/15 00:28:28 PST > > Modified files: > sys/dev/ccd ccd.c > Log: > Revert part of my previous patch - I don't see the *need* > to call splbio() from within an interrupt handler here. :-) Probably because it is not a real interrupt handler and is not always called from an splbio() interrupt context. -- Justin