Initialize pcic_imask with SWI_MASK to interference from timeout routines.

Suggested by:	bde
This commit is contained in:
Nate Williams 1997-01-11 23:40:08 +00:00
parent f111d9977f
commit 9f2f000c7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21567

View File

@ -718,6 +718,7 @@ pcic_probe(void)
* then attempt to get one.
*/
if (pcic_irq == 0) {
pcic_imask = SWI_MASK;
pcic_irq = pccard_alloc_intr(free_irqs,
pcicintr, 0, NULL, &pcic_imask);
if (pcic_irq < 0)