From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 10 Feb 2006 10:17:42 -0500 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] (no subject) In-Reply-To: <35a2174fe997e76294286ea0abe57f70@quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: f984b32c-ead0-11e9-9d60-3106f5b1d025 On Fri Feb 10 09:11:57 EST 2006, quanstro@quanstro.net wrote: > i don't know enough about PCIe to know the answer to this: > is it possible to use a PCIe video card with plan 9? > > - erik Neither do I, but there is an unopened 1050 page book on my desk which might contain the answer. Let me see... ...and the answer is...definitely maybe. Try it. The card should be identified OK, that part of the configuration space is compatible. Since Plan 9 doesn't really use much in the way of fancy features on video cards (especially if you use VESA) the rest of it may be compatible enough. What would be useful is the output of /bin/pci and the contents of the configuration space (xd -b '#$/pci/1.0.0raw' if, for example, the card is shown by /bin/pci to be device 1.0.0). We can work from there. --jim