summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authorpedro <pedro@openbsd.org>2006-04-27 16:04:22 +0000
committerpedro <pedro@openbsd.org>2006-04-27 16:04:22 +0000
commitf1650feedf3691588733d9e8acbcf282cdde39c7 (patch)
tree3807f5da5e44f2ba3f3c61a71cca153b9d88b3e3 /share/man/man9
parentEnable udcf(4) on macppc. (diff)
downloadwireguard-openbsd-f1650feedf3691588733d9e8acbcf282cdde39c7.tar.xz
wireguard-openbsd-f1650feedf3691588733d9e8acbcf282cdde39c7.zip
Document how PCI interrupt handlers are called, okay mickey@
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/pci_intr_map.98
1 files changed, 7 insertions, 1 deletions
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,