[SeaBIOS] [PATCH 6/4] Make use of geodevga_set_mode()

Christian Gmeiner christian.gmeiner at gmail.com
Sat Sep 1 12:02:54 CEST 2012


Ignore this one one... will rework it
---
Christian Gmeiner, MSc


2012/8/31 Christian Gmeiner <christian.gmeiner at gmail.com>:
> Make use of geodevga_set_mode().
> ---
>  vgasrc/vgahw.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/vgasrc/vgahw.h b/vgasrc/vgahw.h
> index 044cd32..43cfaee 100644
> --- a/vgasrc/vgahw.h
> +++ b/vgasrc/vgahw.h
> @@ -22,6 +22,8 @@ static inline int vgahw_set_mode(struct vgamode_s
> *vmode_g, int flags) {
>          return clext_set_mode(vmode_g, flags);
>      if (CONFIG_VGA_BOCHS)
>          return bochsvga_set_mode(vmode_g, flags);
> +    if (CONFIG_VGA_GEODELX)
> +        return geodevga_set_mode(vmode_g, flags);
>      return stdvga_set_mode(vmode_g, flags);
>  }
>
> --
> 1.7.11.rc2.5.g68f532f
>



More information about the SeaBIOS mailing list