From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 25 Jan 2013 10:31:00 -0500 To: 9fans@9fans.net Message-ID: <7f2913a090a3b997b999b9fdbe14e5ef@kw.quanstro.net> In-Reply-To: <5b45e99b-c119-48f2-a727-3e780c229337@googlegroups.com> References: <7019dab896b2c7e4d81c495a49f9fe62@brasstown.quanstro.net> <5b45e99b-c119-48f2-a727-3e780c229337@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] plan9: how to get irq to mach routing Topicbox-Message-UUID: 0ebe6f06-ead8-11e9-9d60-3106f5b1d025 On Fri Jan 25 04:59:21 EST 2013, rgandhasri@gmail.com wrote: > Thanks for the detailed explanation Eriq. I couldn't find a pci binary that supported -m option. > I have > # pci -help > usage: pci [-vb] [vid/did ...] there aren't any long options in plan 9, so the old way to say that was "pci -?". otherwise that should be parsed as 4 options, all of which might be valid. i put /n/sources/contrib/quanstor/8.pci up on sources. the man page is http://www.quanstro.net/magic/man2html.8/pci it requires that the caller be allowed to read $#/pci/$dev^raw. this seems safe enough. - erik