Date: Tue, 23 Mar 2010 23:10:17 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/fb vesa.c Message-ID: <201003232310.o2NNAU18009574@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2010-03-23 23:10:17 UTC
FreeBSD src repository
Modified files:
sys/dev/fb vesa.c
Log:
SVN rev 205564 on 2010-03-23 23:10:17Z by jkim
Be extremely careful when we determine bytes per scan line information.
First, we compare mode table data against minimum value. If the mode table
does not make sense, we set the minimum in the mode info. When we actually
set the mode, we try VESA BIOS function and compare it against the previous
value. If it makes more sense, update the information.
Revision Changes Path
1.31 +54 -11 src/sys/dev/fb/vesa.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003232310.o2NNAU18009574>
