diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1998-10-02 03:42:19 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1998-10-02 03:42:19 +0000 |
| commit | 6ce70b4260d8f7acd94290aef0d57b273f444b3b (patch) | |
| tree | db9f362efb1fc223798bbea2463ffb2e6fd0e045 | |
| parent | 7135060ce35963663c8a26d3436ecce2bc4957d4 (diff) | |
Notes
| -rw-r--r-- | sys/i386/isa/vesa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/vesa.c b/sys/i386/isa/vesa.c index 3006d5a82cc8c..cfd1075bf04ef 100644 --- a/sys/i386/isa/vesa.c +++ b/sys/i386/isa/vesa.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: vesa.c,v 1.6 1998/09/29 20:38:54 ache Exp $ + * $Id: vesa.c,v 1.7 1998/10/01 11:39:18 yokota Exp $ */ #include "sc.h" @@ -430,7 +430,7 @@ vesa_bios_init(void) vesa_vmode[modes].vi_window_size = vmode.v_wsize*1024; vesa_vmode[modes].vi_window_gran = vmode.v_wgran*1024; vesa_vmode[modes].vi_buffer = vmode.v_lfb; - vesa_vmode[modes].vi_buffer_size = vmode.v_offscreen*1024; + vesa_vmode[modes].vi_buffer_size = vmode.v_offscreen; /* pixel format, memory model... */ vesa_vmode[modes].vi_flags = vesa_translate_flags(vmode.v_modeattr) | V_INFO_VESA; |
