From owner-cvs-all Sun Feb 15 09:05:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24846 for cvs-all-outgoing; Sun, 15 Feb 1998 09:05:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24806; Sun, 15 Feb 1998 09:04:58 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id JAA14951; Sun, 15 Feb 1998 09:05:03 -0800 (PST) To: "Justin T. Gibbs" cc: "Jordan K. Hubbard" , 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 09:54:08 MST." <199802151656.JAA23799@pluto.plutotech.com> Date: Sun, 15 Feb 1998 09:05:02 -0800 Message-ID: <14944.887562302@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk As far as I can tell, it's only called from ccdiodone() and that's already got it wrapped in an splbio(). Jordan > >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 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message