<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/isp, branch release/6.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-05-06T19:24:14Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2006-05-06T19:24:14Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-05-06T19:24:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=26c52663cb5e53422c188e65b45755f348c2fbf3'/>
<id>urn:sha1:26c52663cb5e53422c188e65b45755f348c2fbf3</id>
<content type='text'>
'RELENG_6_1_0_RELEASE'.

This commit was manufactured to restore the state of the 6.1-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: 1.17</title>
<updated>2006-02-12T22:57:04Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2006-02-12T22:57:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=817ee68141a5239675f2ae3d4b66e403998ac26b'/>
<id>urn:sha1:817ee68141a5239675f2ae3d4b66e403998ac26b</id>
<content type='text'>
- Don't shift the clock frequency in MHz left by 8 before assigning it
  to sbus_mdvec.dv_clock as sbus_mdvec.dv_clock is meant to be specified
  in MHz. While this was a bug it shouldn't have affected FreeBSD/sparc64
  as sbus_mdvec.dv_clock is used to limit the clock rate of chips when
  a machine isn't able to support them at maximum speed which isn't the
  case for sun4u machines.
- Remove the code that checks whether the clock frequency returned by
  sbus_get_clockfreq() is 0 and falls back to 25MHz if it is as that's
  already done in sbus(4).

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC overflow bug fixes and disable ISP_DAC_SUPPORTED for now</title>
<updated>2006-02-04T23:53:08Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2006-02-04T23:53:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e77c61293e7f89ca3be5b5ee44cb616d0e0384e0'/>
<id>urn:sha1:e77c61293e7f89ca3be5b5ee44cb616d0e0384e0</id>
<content type='text'>
Approved by: re
</content>
</entry>
<entry>
<title>MFC: Move inlined functions into a library.</title>
<updated>2006-02-03T14:43:57Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2006-02-03T14:43:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c6917ec5bc40a6603a0409393ab8a121835abce7'/>
<id>urn:sha1:c6917ec5bc40a6603a0409393ab8a121835abce7</id>
<content type='text'>
Approved by: re
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6'.</title>
<updated>2006-02-03T01:35:37Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-02-03T01:35:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=23d064f7bfd5e00724a8ad194499110d8d2bcf31'/>
<id>urn:sha1:23d064f7bfd5e00724a8ad194499110d8d2bcf31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC current 2322 (and maybe 2422) support plus current target mode state.</title>
<updated>2006-01-26T06:22:40Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2006-01-26T06:22:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4269a276d850c1602a58c1081582c44445630897'/>
<id>urn:sha1:4269a276d850c1602a58c1081582c44445630897</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove bus_{mem,p}io.h and related code for a micro-optimization on i386</title>
<updated>2005-05-29T04:42:30Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2005-05-29T04:42:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d4fcf3cba56369bf27a1943ee07b2ddd124b8436'/>
<id>urn:sha1:d4fcf3cba56369bf27a1943ee07b2ddd124b8436</id>
<content type='text'>
and amd64.  The optimization is a trivial on recent machines.

Reviewed by:	-arch (imp, marcel, dfr)
</content>
</entry>
<entry>
<title>Fix some incorrectly swapped fields in an ICB.</title>
<updated>2005-05-11T03:00:50Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2005-05-11T03:00:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b49c46747a504467c986359688dc0119a69c4a4f'/>
<id>urn:sha1:b49c46747a504467c986359688dc0119a69c4a4f</id>
<content type='text'>
Access a PCI register with correct width.

Obtained from:	Dmitry Valeryevich Trikoz
</content>
</entry>
<entry>
<title>Refactor isp_prt declaration so that platform</title>
<updated>2005-05-11T00:22:17Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2005-05-11T00:22:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=547725be5064bc9a27c6ea55d2660304adda8c34'/>
<id>urn:sha1:547725be5064bc9a27c6ea55d2660304adda8c34</id>
<content type='text'>
requirements can stay in platform files.
</content>
</entry>
<entry>
<title>Prefer &lt;sys/cdefs.h&gt;'s __printflike() macro to the recently added</title>
<updated>2005-03-07T15:29:11Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-03-07T15:29:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e68c6390f456069ea03d41d5852c2e8a21ef3122'/>
<id>urn:sha1:e68c6390f456069ea03d41d5852c2e8a21ef3122</id>
<content type='text'>
__GNUCLIKE_ATTRIBUTE_PRINTF.

Approved by:	mjacob
</content>
</entry>
</feed>
