From dd07eceda7fbf64e4a376893c36c75ed3f8f1b9b Mon Sep 17 00:00:00 2001 From: Pedro Martelletto Date: Thu, 27 Apr 2006 16:04:23 +0000 Subject: Document how PCI interrupt handlers are called, okay mickey@ --- share/man/man9/pci_intr_map.9 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'share/man') diff --git a/share/man/man9/pci_intr_map.9 b/share/man/man9/pci_intr_map.9 index 1abad128b65..94b3e0e0425 100644 --- a/share/man/man9/pci_intr_map.9 +++ b/share/man/man9/pci_intr_map.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci_intr_map.9,v 1.4 2006/04/26 20:19:41 jmc Exp $ +.\" $OpenBSD: pci_intr_map.9,v 1.5 2006/04/27 16:04:22 pedro Exp $ .\" .\" Copyright (c) 2005 Michael Shalayeff .\" All rights reserved. @@ -66,6 +66,12 @@ in the previous step, an interrupt handler can be established using .Fn pci_intr_establish or converted into printable form using .Fn pci_intr_string . +A handler established using +.Fn pci_intr_establish +is always called with the system interrupt priority level set equal to, +or higher than, +.Va level . +.Pp .Fn pci_intr_line provides the interrupt line extracted from the MD interrupt handle. Upon device detachment, -- cgit v1.2.3