]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reject some VESA graphics modes if the controller does not have enough
authorJung-uk Kim <jkim@FreeBSD.org>
Fri, 25 Sep 2009 18:08:38 +0000 (18:08 +0000)
committerJung-uk Kim <jkim@FreeBSD.org>
Fri, 25 Sep 2009 18:08:38 +0000 (18:08 +0000)
commit54680451c3b74b8247849ab39a3692ddd385cd3d
tree8bf8f353e0c3335befb4001e3c9e14251a6534cd
parent6aabed1c776ce3e396d5907366bf194ad603f970
Reject some VESA graphics modes if the controller does not have enough
memory to support them.  Some adapters have expansible memory slots but
video mode table is static.  In this case, unusable modes may be reported.

Submitted by: paradox (ddkprog yahoo com) (initial patch)
sys/dev/fb/vesa.c