On Tue, 2002-12-17 at 14:29, Greg Lindahl wrote: > On Fri, Dec 13, 2002 at 08:52:47PM -0800, Pete Popov wrote: > > > This patch was sent to the RageXL maintainer but I don't think he was > > interested in it. Others might find it useful on embedded systems. It > > initializes the RageXL card when there is no system bios to initialize > > it from the video bios. Tested on the Pb1500; makes a really good > > workstation. > > Pete, > > Is there a website with info about graphics cards on non-x86 > architectures? Not that I know of personally. > Most cards require their own BIOS to be run at boot > time. This issue ought to be of interest to lots of other communities > than MIPS. It would be if there was a generic way to go about adding support for graphics cards that require bios support. In this case we were working with the manufacturer and had all the docs, but still couldn't figure out certain pieces needed in initializing the card. Ultimately the "no bios init" patch you see is a pci bus analyzer capture, filtered through a perl script, dumped into a new file, and integrated as part of the driver. Even if you could do that with all cards, I'm not sure it's legally allowed. We had the vendor's blessings in this case. Pete