Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Mar 1996 07:38:55 -0800
From:      "Justin T. Gibbs" <gibbs@freefall.freebsd.org>
To:        stable
Subject:   Eisaconf woes
Message-ID:  <199603061538.HAA28332@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Can those of you have problem with hangs in newbuf or panics about
inconsistent buffer queues while using EISA (or EISA like) devices
please try the following patch?  I found this while looking at differences
between -current and -stable.

--
Justin T. Gibbs
===========================================
  FreeBSD: Turning PCs into workstations
===========================================

Index: i386/isa/isa.c
===================================================================
RCS file: /usr/cvs/src/sys/i386/isa/isa.c,v
retrieving revision 1.50.4.2
diff -c -r1.50.4.2 isa.c
*** isa.c	1996/01/13 10:46:49	1.50.4.2
--- isa.c	1996/03/06 15:38:21
***************
*** 920,925 ****
--- 920,926 ----
  		if (intr==2) continue;
  		maskptr = intr_mptr[intr];
  		if (!maskptr) continue;
+ 		*maskptr |= 1 << intr;
  		mask = *maskptr;
  		if (mask != intr_mask[intr]) {
  #if 0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603061538.HAA28332>