]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make sure the interrupt entry point is within the video ROM range. We must
authorjkim <jkim@FreeBSD.org>
Tue, 31 Aug 2010 20:21:52 +0000 (20:21 +0000)
committerjkim <jkim@FreeBSD.org>
Tue, 31 Aug 2010 20:21:52 +0000 (20:21 +0000)
commitb07460784b73fa9d8dccee76564e87e551cb2e02
tree1e30d7cae23a620df951c1dd22681915be980572
parente68eacd3f9b2b62433c90d8cc84ca02409d8661d
Make sure the interrupt entry point is within the video ROM range.  We must
not change interrupt vector if it is not pointing the ROM itself.  Actually,
we just fail shadowing altogether if that is the case because the shadowed
copy will be useless for sure and POST may not be relocatable or useful.
While I'm here, fix a debugging message under bootverbose, really.  r211829
fixed one case but broke another.  Mea Culpa.
sys/dev/fb/vesa.c