Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2001 12:03:52 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa intr_machdep.c
Message-ID:  <200109271903.f8RJ3rM89013@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/09/27 12:03:52 PDT

  Modified files:
    sys/i386/isa         intr_machdep.c 
  Log:
  Disable the check in icu_setup() to see if a handler was already used as
  the current interrupt thread routines will guarantee the condition this is
  checking for at a higher level but inthand_add() and inthand_remove() as
  they currently exist don't satisfy this condition.  (Which does need to be
  fixed but which will take a bit more work.)  This fixes shared interrupts.
  
  Revision  Changes    Path
  1.60      +3 -1      src/sys/i386/isa/intr_machdep.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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