Re: [PATCH] fix to pcibios.c

2003-08-06 Thread ron minnich
On Fri, 1 Aug 2003, SONE Takeshi wrote: > A realmode BIOS function in the LinuxBIOS didn't work properly > (at least for me while trying to call int10h ax=4f01 of VGA BIOS), > and below is the fix. > With this fix, more boards and video cards might > be able to use built-in VGA BIOS support of Lin

[PATCH] fix to pcibios.c

2003-08-01 Thread SONE Takeshi
Hi, A realmode BIOS function in the LinuxBIOS didn't work properly (at least for me while trying to call int10h ax=4f01 of VGA BIOS), and below is the fix. With this fix, more boards and video cards might be able to use built-in VGA BIOS support of LinuxBIOS. Also I'm writing some code to switch v