From owner-cvs-sys Sun Jan 12 13:21:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA22934 for cvs-sys-outgoing; Sun, 12 Jan 1997 13:21:57 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id NAA22825; Sun, 12 Jan 1997 13:20:19 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id OAA22217; Sun, 12 Jan 1997 14:20:12 -0700 (MST) Date: Sun, 12 Jan 1997 14:20:12 -0700 (MST) Message-Id: <199701122120.OAA22217@rocky.mt.sri.com> From: Nate Williams To: Bruce Evans Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, nate@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pccard pcic.c In-Reply-To: <199701120753.SAA30491@godzilla.zeta.org.au> References: <199701120753.SAA30491@godzilla.zeta.org.au> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Modified: sys/pccard pcic.c > > Log: > > Initialize pcic_imask with SWI_MASK to interference from timeout routines. > > SWI_CLOCK_MASK would prevent interference from timeout routines. The > other SWIs should probably be masked iff the HWIs for pcic devices are > masked. Only additional interrupts from the PCIC controller plus interrupts from PCMCIA cards will be globally masked when this whole mess is done with. At points in the code additional masking will be necessary, but to decrease latency they won't need to be done in the entire routine. Nate