[SeaBIOS] [PATCH 02/13] geodevga: move output setup to own function

Kevin O'Connor kevin at koconnor.net
Mon Oct 8 04:19:12 CEST 2012


On Fri, Oct 05, 2012 at 06:07:25PM +0200, Christian Gmeiner wrote:
> Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
> ---
>  vgasrc/geodevga.c | 63 ++++++++++++++++++++++++++++++-------------------------
>  1 file changed, 34 insertions(+), 29 deletions(-)
> 
> diff --git a/vgasrc/geodevga.c b/vgasrc/geodevga.c
> index 9fab5e9..469adf9 100644
> --- a/vgasrc/geodevga.c
> +++ b/vgasrc/geodevga.c
> @@ -204,6 +204,38 @@ static u32 framebuffer_size(void)
>  * Init Functions
>  ****************************************************************/
>  
> +static void geodevga_set_ouput_mode(void)

Typo?

Otherwise the patchset looks okay to me.

-Kevin



More information about the SeaBIOS mailing list