On Wed, 27 Aug 2003, elife elife wrote:
I am trying to add VGA support in cocom voyager2 board. The VGA is found but lb complain "biosint: Unsupport int #0x6" endlessly. I dumped the original bios and found besides VGA BIOS I extracted, there is VSA driver. Is VSA driver also needed to work with linuxbios and VGA BIOS? If so, Where should I put it? And need I do more things to make it work?
you need to confirm that int #5 is a VSA interrupt of some sort.
What I would recommend to make debugging easier is to use the "testbios" program to do the VGA support first. Once that is working, you can see how to make vgabios work. What makes this easier is that you can run testbios under linux.
ron