<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/my, branch releng/7.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2009-03-27T15:19:51Z</updated>
<entry>
<title>MFC: Release driver lock at the end of the watchdog routine instead of</title>
<updated>2009-03-27T15:19:51Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2009-03-27T15:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c8d3b5555fdece89d5e7a779dc78ecbb1c9adf00'/>
<id>urn:sha1:c8d3b5555fdece89d5e7a779dc78ecbb1c9adf00</id>
<content type='text'>
trying to acquire it again.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r172568</title>
<updated>2008-07-28T15:49:26Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2008-07-28T15:49:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=788c6e2e0d88e7287b3de1ada339669326e3b4a0'/>
<id>urn:sha1:788c6e2e0d88e7287b3de1ada339669326e3b4a0</id>
<content type='text'>
 Spelling fix for interupt -&gt; interrupt
</content>
</entry>
<entry>
<title>my(4) doesn't need miibus(4).</title>
<updated>2007-03-11T15:20:04Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2007-03-11T15:20:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc249a3fce557c21e9e7f80bf04f8814045a39d9'/>
<id>urn:sha1:cc249a3fce557c21e9e7f80bf04f8814045a39d9</id>
<content type='text'>
Approved by:	rwatson (mentor)
Obtained from:	DragonFly
MFC after:	1 week
</content>
</entry>
<entry>
<title>o break newbus api: add a new argument of type driver_filter_t to</title>
<updated>2007-02-23T12:19:07Z</updated>
<author>
<name>Paolo Pisati</name>
<email>piso@FreeBSD.org</email>
</author>
<published>2007-02-23T12:19:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ef544f631226436ef590825881e7a28369df82f6'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Fix fat-fingering in previous commit.</title>
<updated>2006-12-29T16:38:22Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-12-29T16:38:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=55834910446855390efe409f1cf135e191aa0f40'/>
<id>urn:sha1:55834910446855390efe409f1cf135e191aa0f40</id>
<content type='text'>
Pointy hat to:	jhb
</content>
</entry>
<entry>
<title>Various bpf(4) related fixes to catch places up to the new bpf(4)</title>
<updated>2006-12-29T13:59:50Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-12-29T13:59:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0dea849ae93133a4a02f0d5fd58340d3df92668b'/>
<id>urn:sha1:0dea849ae93133a4a02f0d5fd58340d3df92668b</id>
<content type='text'>
semantics.
- Stop testing bpf pointers for NULL.  In some cases use
  bpf_peers_present() and then call the function directly inside the
  conditional block instead of the macro.
- For places where the entire conditional block is the macro, remove the
  test and make the macro unconditional.
- Use BPF_MTAP() in if_pfsync on FreeBSD instead of an expanded version of
  the old semantics.

Reviewed by:	csjp (older version)
</content>
</entry>
<entry>
<title>- Consistently use if_printf() only in interface methods: if_start(),</title>
<updated>2006-09-15T15:16:12Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-09-15T15:16:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b9f5c941c90292a855cb13e27f3a7151aeb7cc6'/>
<id>urn:sha1:6b9f5c941c90292a855cb13e27f3a7151aeb7cc6</id>
<content type='text'>
  if_watchdog, etc., or in functions used only in these methods.
  In all other functions in the driver use device_printf().
- Use __func__ instead of typing function name.

Submitted by:	Alex Lyashkov &lt;umka sevcity.net&gt;
</content>
</entry>
<entry>
<title>Add altq(4) support.</title>
<updated>2006-06-05T17:59:46Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2006-06-05T17:59:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9522f75aea341330f41f50dda2d5c577621399a6'/>
<id>urn:sha1:9522f75aea341330f41f50dda2d5c577621399a6</id>
<content type='text'>
Reviewed by:	mlaier
Approved by:	rwatson (mentor)
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Since DELAY() was moved,  most &lt;machine/clock.h&gt; #includes have been</title>
<updated>2006-05-16T14:37:58Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2006-05-16T14:37:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c40da00ca320a38816049edd21966bd4045b2303'/>
<id>urn:sha1:c40da00ca320a38816049edd21966bd4045b2303</id>
<content type='text'>
unnecessary.
</content>
</entry>
<entry>
<title>Fix -Wundef from compiling the amd64 LINT.</title>
<updated>2005-12-04T10:06:06Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-12-04T10:06:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3238c6bd335a8262f18b21ab308b569a49cc7fe7'/>
<id>urn:sha1:3238c6bd335a8262f18b21ab308b569a49cc7fe7</id>
<content type='text'>
</content>
</entry>
</feed>
