<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/fb/vesa.c, branch release/8.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-02-16T16:18:46Z</updated>
<entry>
<title>Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.</title>
<updated>2011-02-16T16:18:46Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2011-02-16T16:18:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dec99dafe5763ba1db6950342aa80a634169c083'/>
<id>urn:sha1:dec99dafe5763ba1db6950342aa80a634169c083</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC:	r209737, r209740</title>
<updated>2010-07-20T18:43:15Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-07-20T18:43:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3d92e76fef752001b8f7832ac6c5617d00fd5a75'/>
<id>urn:sha1:3d92e76fef752001b8f7832ac6c5617d00fd5a75</id>
<content type='text'>
Fix a possible null pointer dereference and plug a possible memory leak.
</content>
</entry>
<entry>
<title>MFC:	r208279</title>
<updated>2010-05-24T01:46:06Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-05-24T01:46:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=af25d42d5335f123130db18509af9317a7d9d7e7'/>
<id>urn:sha1:af25d42d5335f123130db18509af9317a7d9d7e7</id>
<content type='text'>
Restore the previous video mode after VESA BIOS POST, just in case.
</content>
</entry>
<entry>
<title>MFC:	r208276</title>
<updated>2010-05-24T01:44:30Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-05-24T01:44:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a5386a13c2e5e7b81c103e45a8030d9d196686c2'/>
<id>urn:sha1:a5386a13c2e5e7b81c103e45a8030d9d196686c2</id>
<content type='text'>
Remove unnecessary pointer increment. A wrong pointer may be passed to
free(9) and it can cause kernel panic when there are multiple graphics
controllers in the system.
</content>
</entry>
<entry>
<title>MFC:	r206384</title>
<updated>2010-04-26T19:19:29Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-04-26T19:19:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9a4f7ef7138a2feee9a5db529c4425249b1702ce'/>
<id>urn:sha1:9a4f7ef7138a2feee9a5db529c4425249b1702ce</id>
<content type='text'>
Allocate memory for VBE info block with malloc(9), not as static local.
</content>
</entry>
<entry>
<title>MFC:	r205557, r205558, r205564, r205566, r205604, r205653</title>
<updated>2010-03-31T15:45:11Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-03-31T15:45:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7058bb70ff5a47f95f13f7fb843ede73b959166d'/>
<id>urn:sha1:7058bb70ff5a47f95f13f7fb843ede73b959166d</id>
<content type='text'>
Sync. pixel mode support for VESA and VGA frame buffers with HEAD.

- Map entire video memory again.  Although we do not use them all directly,
it seems VGA renderer may access unmapped memory region and cause kernel
panic.
- Fall back to VGA palette functions if VESA function failed and DAC is
still in 6-bit mode.  Although we have to check non-VGA compatibility bit
here, it seems there are too many broken VESA BIOSes out to rely on it.
- Be careful when we determine bytes per scan line information.  We compare
mode table data against minimum value.  If the mode table does not make
sense, we set the minimum in the mode info.
- Teach VGA framebuffer about 8-bit palette format for VESA.
- Add my copyright here.
</content>
</entry>
<entry>
<title>MFC x86emu/x86bios emulator and make previously i386 only dpms and vesa</title>
<updated>2010-03-02T01:56:55Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2010-03-02T01:56:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aa3d547d095ff07fdc39ffc5ae4c371844b504ab'/>
<id>urn:sha1:aa3d547d095ff07fdc39ffc5ae4c371844b504ab</id>
<content type='text'>
framebuffer driver, etc. work on FreeBSD/amd64.

A significant amount of improvements were done by jkim@ during the recent
months to make vesa(4) work better, over the initial code import.  This
work is based on OpenBSD's x86emu implementation and contributed by
paradox &lt;ddkprog yahoo com&gt; and swell.k at gmail com.

Hopefully I have stolen all their work to 8-STABLE :)

All bugs in this commit are mine, as usual.
</content>
</entry>
</feed>
