Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 1998 12:59:39 +0100 (CET)
From:      Etienne de Bruin <Etienne.Debruin@KryptoKom.DE>
To:        freebsd-hackers@FreeBSD.ORG (Hackers FreeBSD)
Subject:   chaining interrupt handler
Message-ID:  <199811031159.MAA00990@borg.kryptokom.de>

next in thread | raw e-mail | index | archive | help
the saga continuous ...

for my PCI device driver, i have installed my interrupt handler
using pci_map_int().

my questions is, how does one chain one's interupt handler together
with all the other exisiting interupt handler routines?

i.e.

void fc_pci_intr()
{
  if certain flags set {
    handle interupt
  }
  else {
    chain interrupt
  }
}

any help will do

eT
-- 
Etienne de Bruin, KryptoKom(R), Germany, http://www.kryptokom.de/
eT@kryptokom.de or edebruin@iname.com +49 241 963 2635(w)
"www.novia.net/~todd/" - Rapture Ready (***** eT), commentary on the events 
        taking place in the world today and how it fits in with Bible Prophecy.

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



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