<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/fb/splash_bmp.c, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the internal use of __packed and put it on the structures</title>
<updated>2007-07-11T22:34:34+00:00</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2007-07-11T22:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=06b642b55dc538cf4bd586d60a9519d4d275cc5b'/>
<id>06b642b55dc538cf4bd586d60a9519d4d275cc5b</id>
<content type='text'>
themselves.

Reviewed by:	nate, peter, warner, robert
Approved by:	re (ken)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
themselves.

Reviewed by:	nate, peter, warner, robert
Approved by:	re (ken)
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing #include &lt;sys/module.h&gt;</title>
<updated>2004-05-30T20:27:19+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-05-30T20:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5dba30f15ae1cec2dcdc19be3f3efa0331755f42'/>
<id>5dba30f15ae1cec2dcdc19be3f3efa0331755f42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Warning fix.</title>
<updated>2002-11-11T10:17:01+00:00</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-11-11T10:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97be736acabd932144e9ff0f3a5831fc1d1310dd'/>
<id>97be736acabd932144e9ff0f3a5831fc1d1310dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use __packed.</title>
<updated>2002-09-23T18:54:32+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-09-23T18:54:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4f492bfab53a4732222656e2be91c50a2df9e13c'/>
<id>4f492bfab53a4732222656e2be91c50a2df9e13c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#if 0 out a variable only used in #if 0'd code to quiet a warning.</title>
<updated>2001-03-06T03:07:58+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2001-03-06T03:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b67cb27739631e0a6a1ce0abe335848c1c923dc3'/>
<id>b67cb27739631e0a6a1ce0abe335848c1c923dc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comes</title>
<updated>2000-10-31T07:58:34+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2000-10-31T07:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=168d542ea596d5934366a5182581f40ae975f28f'/>
<id>168d542ea596d5934366a5182581f40ae975f28f</id>
<content type='text'>
back to support 8bpp mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
back to support 8bpp mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed extra calculation for X position (PC-98 only).</title>
<updated>2000-10-28T10:59:21+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2000-10-28T10:59:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=de103326a433d9a72cef75a7a00ed7a015aa0078'/>
<id>de103326a433d9a72cef75a7a00ed7a015aa0078</id>
<content type='text'>
Submitted by:	chi@bd.mbn.or.jp (Chiharu Shibata)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	chi@bd.mbn.or.jp (Chiharu Shibata)
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PC-98 supports.</title>
<updated>2000-04-27T13:37:40+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2000-04-27T13:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cb4860b70981df474f79f404f7ad9755acdb1c7d'/>
<id>cb4860b70981df474f79f404f7ad9755acdb1c7d</id>
<content type='text'>
Submitted by:	Chiharu Shibata &lt;chi@bd.mbn.or.jp&gt;,
		Tomokazu HARADA &lt;tkhara@osk4.3web.ne.jp&gt; and
		yokota
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Chiharu Shibata &lt;chi@bd.mbn.or.jp&gt;,
		Tomokazu HARADA &lt;tkhara@osk4.3web.ne.jp&gt; and
		yokota
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added support for 1bpp and 4bpp BMP files.</title>
<updated>2000-04-24T10:09:42+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-04-24T10:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=99feb462a4acb276915cbd5451aa783eb88adb3d'/>
<id>99feb462a4acb276915cbd5451aa783eb88adb3d</id>
<content type='text'>
  (PC98 part of the commit will follow.)

Submitted (50%) by: Chiharu Shibata &lt;chi@bd.mbn.or.jp&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (PC98 part of the commit will follow.)

Submitted (50%) by: Chiharu Shibata &lt;chi@bd.mbn.or.jp&gt;
</pre>
</div>
</content>
</entry>
</feed>
