]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a missing bcopy() to make saving the VESA state actually work.
authoriedowse <iedowse@FreeBSD.org>
Mon, 28 Feb 2005 20:40:44 +0000 (20:40 +0000)
committeriedowse <iedowse@FreeBSD.org>
Mon, 28 Feb 2005 20:40:44 +0000 (20:40 +0000)
commite1e12e9266e2bfb4f1ec24985b6db8bda8c3924c
tree485aca6c4ab549b93cf1adbada22353292d1537b
parent2a1aef8db38147a03dd3a8c47b7461e61442ebaa
Add a missing bcopy() to make saving the VESA state actually work.
Also save the DAC state, increase the maximum save state size from
4k to 8k, and refuse to save the VESA state if the BIOS reports it
is larger than the maximum size we can handle.

It doesn't appear that anything currently uses this code, but it
turns out to be capable of restoring some notebook displays to a
working state after a suspend-resume cycle.
sys/i386/isa/vesa.c