Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 1998 09:49:45 -0400 (EDT)
From:      "Alok K. Dhir" <adhir@worldbank.org>
To:        Kazutaka YOKOTA <yokota@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c
Message-ID:  <Pine.BSF.4.04.9809230949240.13101-100000@shadow.worldbank.org>
In-Reply-To: <8EE97564A15C2D2C85256688003B0BC4.0039086785256688@worldbank.org>

next in thread | previous in thread | raw e-mail | index | archive | help


Is the VESA support going to be supported with SMP any time soon?

Thanks...

On Wed, 23 Sep 1998, Kazutaka YOKOTA wrote:

> 
> 
> yokota      1998/09/23 02:59:00 PDT
> 
>   Modified files:
>     sys/i386/include     console.h
>     sys/i386/isa         scvesactl.c scvidctl.c syscons.c
>                          syscons.h vesa.c videoio.c
>   Log:
>   Fix and update for VESA BIOS support in syscons.
> 
>   - Handle pixel (raster text) mode properly.
>      - Clear screen and paint border right.
>      - Paint text attribute (colors).
>      - Fix off-by-one errors.
>      - Add some sanity checks.
>   - Fix some function prototypes.
>   - Add some comment lines.
>   - Define generic text mode numbers so that the user can just give
>     "80x25", "80x60", "132x25"..., rather than "VGA_xxx", to `vidcontrol'
>     to change the current video mode.  `vidoio.c' and `vesa.c' will map
>     these numbers to real video mode numbers appropriate and available
>     with the given video hardware.  I believe this will be useful to make
>     syscons more portable across archtectures.
> 
>   Revision  Changes    Path
>   1.40      +23 -1     src/sys/i386/include/console.h
>   1.2       +15 -2     src/sys/i386/isa/scvesactl.c
>   1.2       +27 -14    src/sys/i386/isa/scvidctl.c
>   1.279     +157 -40   src/sys/i386/isa/syscons.c
>   1.41      +2 -2      src/sys/i386/isa/syscons.h
>   1.2       +43 -10    src/sys/i386/isa/vesa.c
>   1.2       +182 -20   src/sys/i386/isa/videoio.c
> 

-------------------------------------------------------------------- \||/_
Alok K. Dhir				     Phone: +1.202.473.2446   oo \
S11-151, ISGMC			         Email:  adhir@worldbank.org  L_
The World Bank Group			               Washington, DC  \/
------------------------------------------------------------------------|
"Unix _is_ user friendly - it just chooses friends selectively..."




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.04.9809230949240.13101-100000>