<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/fb, branch release/5.4.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.4.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.4.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-05-07T17:51:10Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-05-07T17:51:10Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-05-07T17:51:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77'/>
<id>urn:sha1:e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77</id>
<content type='text'>
'RELENG_5_4_0_RELEASE'.

This commit was manufactured to restore the state of the 5.4-RELEASE image.
</content>
</entry>
<entry>
<title>MFC 1.33: Save and restore the VGA state across a suspend-resume</title>
<updated>2005-03-13T21:39:29Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2005-03-13T21:39:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b6ab4c9dbbe3091294bd8c36c2bad6a5c11e4bc4'/>
<id>urn:sha1:b6ab4c9dbbe3091294bd8c36c2bad6a5c11e4bc4</id>
<content type='text'>
cycle. This is particularly useful when VESA is available (either
`options VESA' or load the vesa module), as BIOSes in some notebooks
may correctly save and restore LCD panel settings using VESA in
cases where calling the video BIOS POST is not effective. On some
systems it may also be necessary to set the hw.acpi.reset_video
sysctl to 0.

Approved by: re (kensmith)
</content>
</entry>
<entry>
<title>MFC: + Make syscons properly inherit the bios capslock/shiftlock/etc state like</title>
<updated>2005-02-14T09:34:40Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-02-14T09:34:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=77ef84879b38d69e3247c8bb9d064b538cab1531'/>
<id>urn:sha1:77ef84879b38d69e3247c8bb9d064b538cab1531</id>
<content type='text'>
     i386 does.  Note that we cannot inherit the bios key repeat rate because
     that requires a bios call (which is impossible for us).
     + Give syscons the ability to beep on amd64.
     + bios_sigsearch() etc is useful for finding tables in roms.
</content>
</entry>
<entry>
<title>MFC: /*- and my license changes for sys/[a-d]*</title>
<updated>2005-01-30T01:00:13Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-30T01:00:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5b26fb70440bc9195e03e23a989271f9c8ad1cb4'/>
<id>urn:sha1:5b26fb70440bc9195e03e23a989271f9c8ad1cb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: 1.33: Fixed compilation warnings with option VGA_NO_MODE_CHANGE.</title>
<updated>2004-12-15T13:55:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-12-15T13:55:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d61802176c49119d2334cf3d357d09b16c3d27d0'/>
<id>urn:sha1:d61802176c49119d2334cf3d357d09b16c3d27d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5'.</title>
<updated>2004-08-18T16:37:05Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-08-18T16:37:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3c9270175d1bd3e7d0005e5f843a948f53ae77fb'/>
<id>urn:sha1:3c9270175d1bd3e7d0005e5f843a948f53ae77fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>While we're revisiting old sins, try to clean up the code a little and</title>
<updated>2004-08-06T21:35:51Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-08-06T21:35:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c930712a511f0a8bd992f90a0fcb5b0fef9f3ed1'/>
<id>urn:sha1:c930712a511f0a8bd992f90a0fcb5b0fef9f3ed1</id>
<content type='text'>
make it more style(9)ish.
</content>
</entry>
<entry>
<title>Do a pass over all modules in the kernel and make them return EOPNOTSUPP</title>
<updated>2004-07-15T08:26:07Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-07-15T08:26:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3e019deaed5ad0687ea53ed5b5ba3336dc0be3c4'/>
<id>urn:sha1:3e019deaed5ad0687ea53ed5b5ba3336dc0be3c4</id>
<content type='text'>
for unknown events.

A number of modules return EINVAL in this instance, and I have left
those alone for now and instead taught MOD_QUIESCE to accept this
as "didn't do anything".
</content>
</entry>
<entry>
<title>- Add missing &lt;sys/module.h&gt;. [1]</title>
<updated>2004-07-09T23:12:22Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2004-07-09T23:12:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=64e6e863ac0009bd024c244b559e6d977db73bf6'/>
<id>urn:sha1:64e6e863ac0009bd024c244b559e6d977db73bf6</id>
<content type='text'>
- Remove unused includes.
- Sort includes.

Reported by:	Pyun YongHyeon &lt;yongari@kt-is.co.kr&gt; [1]
</content>
</entry>
<entry>
<title>Do the dreaded s/dev_t/struct cdev */</title>
<updated>2004-06-16T09:47:26Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-06-16T09:47:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=89c9c53da05197f657dfe8e0bdda6941a2e9a0d4'/>
<id>urn:sha1:89c9c53da05197f657dfe8e0bdda6941a2e9a0d4</id>
<content type='text'>
Bump __FreeBSD_version accordingly.
</content>
</entry>
</feed>
