From owner-freebsd-hackers Tue Nov 3 03:57:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA26234 for freebsd-hackers-outgoing; Tue, 3 Nov 1998 03:57:54 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from Thingol.KryptoKom.DE (Thingol.KryptoKom.DE [194.245.91.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA26229 for ; Tue, 3 Nov 1998 03:57:51 -0800 (PST) (envelope-from Etienne.Debruin@KryptoKom.DE) Received: (from mail@localhost) by Thingol.KryptoKom.DE (8.8.7/8.8.4) id MAA20403 for ; Tue, 3 Nov 1998 12:58:42 +0100 Received: from cirdan.kryptokom.de by via smtpp (Version 1.1.1beta6) id kwa20401; Tue Nov 03 12:58:42 1998 Received: by Cirdan.KryptoKom.DE (8.8.5/8.8.5) with ESMTP id MAA10808 for ; Tue, 3 Nov 1998 12:57:01 +0100 Original: Received: (from debruin@localhost) by borg.kryptokom.de (8.8.8/8.8.8) id MAA00990 for freebsd-hackers@freebsd.org; Tue, 3 Nov 1998 12:59:39 +0100 (CET) (envelope-from debruin) From: Etienne de Bruin Message-Id: <199811031159.MAA00990@borg.kryptokom.de> Subject: chaining interrupt handler To: freebsd-hackers@FreeBSD.ORG (Hackers FreeBSD) Date: Tue, 3 Nov 1998 12:59:39 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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