Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2001 21:13:54 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pccard pcic.c
Message-ID:  <200106250413.f5P4Dsp60098@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2001/06/24 21:13:54 PDT

  Modified files:
    sys/pccard           pcic.c 
  Log:
  Work around a bug in the current interrupt system by explicitly
  rejecting INTR_FAST interrupts.  Since they can't be shared anyway,
  this just short circuits a failure case that should work but is panic
  fodder now.
  
  This bug is that if the interrut condiation is active when you activate
  the interrupt, then the interrupt routine will be called.  jhb had
  a patch that may or may not work to fix it, but I've lost it.
  
  This may be due to the sio probe doing something odd too.
  
  Revision  Changes    Path
  1.144     +5 -1      src/sys/pccard/pcic.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?200106250413.f5P4Dsp60098>