shithub: riscv

Download patch

ref: 490d7484879fa70e7762011c63476c6ba5e44c1c
parent: d0649f3542ce58b704d5fc2730095f59370b37ff
author: stanley lieber <[email protected]>
date: Tue May 17 23:34:47 EDT 2011

icanhasmsi(8): add man page

--- /dev/null
+++ b/sys/man/8/icanhasmsi
@@ -1,0 +1,19 @@
+.TH ICANHASMSI 8
+.SH NAME
+icanhasmsi \- print MSI configuration
+.SH SYNOPSIS
+.B aux/icanhasmsi
+.SH DESCRIPTION
+Prints information about Message Signaled Interrupt (MSI) devices
+found on the system, one line per device.
+.SH SOURCE
+.B /sys/src/cmd/aux/icanhasmsi.c
+.SH SEE ALSO
+.IR pci (8),
+.IR pnp (3)
+.SH BUGS
+Should probably be renamed to
+.I
+msi
+or merged with
+.IR pci (8).