git: 9front

Download patch

ref: 0517b7eba5d54634d71610ce94af4158be9ca619
parent: 47a76b60cc8240326c02ce22ddd06b710794da00
author: stanley lieber <stanley.lieber@gmail.com>
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).
--