Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 1998 14:11:36 +0100 (CET)
From:      Etienne de Bruin <Etienne.Debruin@KryptoKom.DE>
To:        freebsd-hackers@FreeBSD.ORG (Hackers FreeBSD)
Cc:        questions@FreeBSD.ORG
Subject:   interrupt handler discrepancy
Message-ID:  <199811041311.OAA04022@borg.kryptokom.de>

next in thread | raw e-mail | index | archive | help
i install my interrupt handler using pci_map_int().

when using ioctl call to my pci device driver and issuing an interrupt, 
the interupt handler gets
called - no problem.  my crypt device driver gets called from user space
in this case.

but when using my crypt card together with two network interfaces, when
i issue an interrupt, my _intr function does not get called for some 
reason.  my crypt device driver gets called from within the kernel in this
case.

all i can think is that for some reasons the network cards do splxxx()
to such an extent that my interupt handler never gets a chance .. is this
possible?

please respond to my mail address.

eT
-- 
Etienne de Bruin, KryptoKom(R), Germany, http://www.kryptokom.de/
eT@kryptokom.de or edebruin@iname.com +49 241 963 2635(w)
"www.harpazo.net/news.html" - Harpazo's Headlines (**** eT), news stories
                                       relevant to the Last Days, update daily.

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



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