<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ed, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2009-06-26T11:45:06Z</updated>
<entry>
<title>Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/</title>
<updated>2009-06-26T11:45:06Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2009-06-26T11:45:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eb956cd041f956275522092d6ba66671356ff84f'/>
<id>urn:sha1:eb956cd041f956275522092d6ba66671356ff84f</id>
<content type='text'>
IF_ADDR_UNLOCK() across network device drivers when accessing the
per-interface multicast address list, if_multiaddrs.  This will
allow us to change the locking strategy without affecting our driver
programming interface or binary interface.

For two wireless drivers, remove unnecessary locking, since they
don't actually access the multicast address list.

Approved by:	re (kib)
MFC after:	6 weeks
</content>
</entry>
<entry>
<title>ifp-&gt;if_softc is managed entirely by the driver.  We never set it to</title>
<updated>2009-05-13T14:43:26Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-05-13T14:43:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d47f0d75af4cf9eeeb0fe04ceb6a708bb0670eb3'/>
<id>urn:sha1:d47f0d75af4cf9eeeb0fe04ceb6a708bb0670eb3</id>
<content type='text'>
NULL or change it.  We initialize it before we set if_ioctl.  It can
therefore never be NULL, and most other drivers don't bother with this
sanity check.
</content>
</entry>
<entry>
<title>Add Surecom EP-427X.</title>
<updated>2009-04-24T17:28:12Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-04-24T17:28:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1c51765e4109ba26d65120e22066d33bf47dd412'/>
<id>urn:sha1:1c51765e4109ba26d65120e22066d33bf47dd412</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A couple of older Melco cards that missed the transition to newcard</title>
<updated>2009-04-22T16:51:01Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-04-22T16:51:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1d00d5ed3c44b33f8eb9fb84b67ab8547b0243f0'/>
<id>urn:sha1:1d00d5ed3c44b33f8eb9fb84b67ab8547b0243f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Billionton LNT10TB</title>
<updated>2009-04-22T15:57:22Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-04-22T15:57:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9ac15d8ceab64ac619533c79ca5ac2514e169427'/>
<id>urn:sha1:9ac15d8ceab64ac619533c79ca5ac2514e169427</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a few more models of AMBICOM cards from data from linux driver and</title>
<updated>2009-04-22T15:13:20Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-04-22T15:13:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=52641d220ce37d1ab6e1ec397b7b22e80ee61b49'/>
<id>urn:sha1:52641d220ce37d1ab6e1ec397b7b22e80ee61b49</id>
<content type='text'>
pccard.conf.
</content>
</entry>
<entry>
<title>These were a placeholder and don't belong here.  Remove them.</title>
<updated>2009-04-22T15:01:08Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-04-22T15:01:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eba0fd149dde63730ed4bf6f596badef4010258d'/>
<id>urn:sha1:eba0fd149dde63730ed4bf6f596badef4010258d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill stray bootverbose debug tool.</title>
<updated>2009-04-22T06:33:26Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-04-22T06:33:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ffed9ec58d2d262805b3ce899b4cac74dd5618b1'/>
<id>urn:sha1:ffed9ec58d2d262805b3ce899b4cac74dd5618b1</id>
<content type='text'>
Submitted by:	juli@
</content>
</entry>
<entry>
<title>Turns out the code improvements I did for the TC5299J support were</title>
<updated>2009-04-22T06:30:24Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-04-22T06:30:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=31de65dd02ce2971c950f33c38e718595b05c090'/>
<id>urn:sha1:31de65dd02ce2971c950f33c38e718595b05c090</id>
<content type='text'>
anti-improvements and broke support for this part.  Revert the part of
the improvement at fault.
</content>
</entry>
<entry>
<title>Sometimes we can call ed_detach() before the mtx has been initialized.</title>
<updated>2009-04-20T15:19:54Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-04-20T15:19:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98f751cd4b6d058598605e1c21707cfb751829d2'/>
<id>urn:sha1:98f751cd4b6d058598605e1c21707cfb751829d2</id>
<content type='text'>
Avoid it if it hasn't been initialized.
</content>
</entry>
</feed>
