<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/sk, 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>Universally adopt most conventional spelling of acquire.</title>
<updated>2007-05-27T20:50:23+00:00</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-05-27T20:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e1e8f51b8555571132dba60bfbf7ba4af79b2896'/>
<id>e1e8f51b8555571132dba60bfbf7ba4af79b2896</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make a missing or empty VPD non-fatal, as it was prior to rev 1.131.</title>
<updated>2007-05-10T13:10:34+00:00</updated>
<author>
<name>Stephen McKay</name>
<email>mckay@FreeBSD.org</email>
</author>
<published>2007-05-10T13:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5bdc94fa3550f02de7a43baaab2204e8dfe6c4d0'/>
<id>5bdc94fa3550f02de7a43baaab2204e8dfe6c4d0</id>
<content type='text'>
With this change, my D-Link DGE-530T rev A1 is operational again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this change, my D-Link DGE-530T rev A1 is operational again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use our own timer for watchdog instead of if_watchdog/if_timer</title>
<updated>2007-04-02T04:43:41+00:00</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2007-04-02T04:43:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=75a1d5a086ee4f8adc4fde7179272acced051e05'/>
<id>75a1d5a086ee4f8adc4fde7179272acced051e05</id>
<content type='text'>
interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>o break newbus api: add a new argument of type driver_filter_t to</title>
<updated>2007-02-23T12:19:07+00:00</updated>
<author>
<name>Paolo Pisati</name>
<email>piso@FreeBSD.org</email>
</author>
<published>2007-02-23T12:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ef544f631226436ef590825881e7a28369df82f6'/>
<id>ef544f631226436ef590825881e7a28369df82f6</id>
<content type='text'>
  bus_setup_intr()

o add an int return code to all fast handlers

o retire INTR_FAST/IH_FAST

For more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=465712+0+current/freebsd-current

Reviewed by: many
Approved by: re@
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  bus_setup_intr()

o add an int return code to all fast handlers

o retire INTR_FAST/IH_FAST

For more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=465712+0+current/freebsd-current

Reviewed by: many
Approved by: re@
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the remainder of the drivers for DMA'ing devices enabled in the</title>
<updated>2007-01-21T19:32:51+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2007-01-21T19:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c2175ff5cadf1e22b3054180ba69548b00a4a0de'/>
<id>c2175ff5cadf1e22b3054180ba69548b00a4a0de</id>
<content type='text'>
sparc64 GENERIC and the sound device drivers known working on sparc64
to use bus_get_dma_tag() to obtain the parent DMA tag so we can get rid
of the sparc64_root_dma_tag kludge eventually. Except for ath(4), sk(4),
stge(4) and ti(4) these changes are runtime tested (unless I booted up
the wrong kernels again...).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sparc64 GENERIC and the sound device drivers known working on sparc64
to use bus_get_dma_tag() to obtain the parent DMA tag so we can get rid
of the sparc64_root_dma_tag kludge eventually. Except for ath(4), sk(4),
stge(4) and ti(4) these changes are runtime tested (unless I booted up
the wrong kernels again...).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove incomplete Yukon II support code which was added in if_sk.c, rev 1.123.</title>
<updated>2006-12-14T04:10:26+00:00</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2006-12-14T04:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e16d3854ae0232dad91c79498c2fcd443c82aac4'/>
<id>e16d3854ae0232dad91c79498c2fcd443c82aac4</id>
<content type='text'>
Yukon II users should use msk(4).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yukon II users should use msk(4).
</pre>
</div>
</content>
</entry>
<entry>
<title>provide routines to access VPD data at the PCI layer...</title>
<updated>2006-10-09T16:15:56+00:00</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2006-10-09T16:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=667dc26e71753783d5a6e4d9b25a0c32902c05fd'/>
<id>667dc26e71753783d5a6e4d9b25a0c32902c05fd</id>
<content type='text'>
remove sk's own implementation, and use the new calls to get the data...

Reviewed by:	-arch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove sk's own implementation, and use the new calls to get the data...

Reviewed by:	-arch
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix invalid reference of mbuf chains.</title>
<updated>2006-08-12T01:24:37+00:00</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2006-08-12T01:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ff9c95a4d0c6506f0b692acb0e4d7b092f023fbf'/>
<id>ff9c95a4d0c6506f0b692acb0e4d7b092f023fbf</id>
<content type='text'>
Use proper pointer dereference to inform modified mbuf chains to
caller.

In collaboration with:	glebius
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use proper pointer dereference to inform modified mbuf chains to
caller.

In collaboration with:	glebius
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect busy check for PHY write operation.</title>
<updated>2006-08-02T02:36:59+00:00</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2006-08-02T02:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3b234fcbab2a6fdb9c1a06707f222afa4d8cff33'/>
<id>3b234fcbab2a6fdb9c1a06707f222afa4d8cff33</id>
<content type='text'>
While I'm here remove unnecessary return statement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While I'm here remove unnecessary return statement.
</pre>
</div>
</content>
</entry>
</feed>
