<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/awi, branch release/5.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-08-13T22:55:25Z</updated>
<entry>
<title>Since if_awi doesn't contain locking or run with INTR_MPSAFE, mark</title>
<updated>2004-08-13T22:55:25Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-08-13T22:55:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ec722f087583c083d93bfe2fa3f540e8c3ecdd51'/>
<id>urn:sha1:ec722f087583c083d93bfe2fa3f540e8c3ecdd51</id>
<content type='text'>
the interface as IFF_NEEDSGIANT so if_start is run holding Giant.
</content>
</entry>
<entry>
<title>Link ALTQ to the build and break with ABI for struct ifnet. Please recompile</title>
<updated>2004-06-13T17:29:10Z</updated>
<author>
<name>Max Laier</name>
<email>mlaier@FreeBSD.org</email>
</author>
<published>2004-06-13T17:29:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=02b199f158c91ba26b09ba085dff26594e43da68'/>
<id>urn:sha1:02b199f158c91ba26b09ba085dff26594e43da68</id>
<content type='text'>
your (network) modules as well as any userland that might make sense of
sizeof(struct ifnet).
This does not change the queueing yet. These changes will follow in a
seperate commit. Same with the driver changes, which need case by case
evaluation.

__FreeBSD_version bump will follow.

Tested-by:	(i386)LINT
</content>
</entry>
<entry>
<title>Fix disordering of pccarddevs.h noticed by bde.  Also remove a few</title>
<updated>2004-05-27T03:49:45Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-05-27T03:49:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2e31e339d14cb2dbcd32c3747ee7589160cd60cf'/>
<id>urn:sha1:2e31e339d14cb2dbcd32c3747ee7589160cd60cf</id>
<content type='text'>
redundant includes and fix some of the include disordering.

Submitted by: bde
</content>
</entry>
<entry>
<title>Move to generating pccarddevs.h on the fly, both for the kernel and</title>
<updated>2004-05-26T00:53:10Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-05-26T00:53:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dba6dd177bdee890cf445fbe21a5dccefd5de18e'/>
<id>urn:sha1:dba6dd177bdee890cf445fbe21a5dccefd5de18e</id>
<content type='text'>
the modules.

Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.
</content>
</entry>
<entry>
<title>It turns out that the module dependency on pccard is in error.  Since</title>
<updated>2004-05-08T06:04:06Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-05-08T06:04:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fbfb97942e88a6800df9574ff8da019fee368aa8'/>
<id>urn:sha1:fbfb97942e88a6800df9574ff8da019fee368aa8</id>
<content type='text'>
there's not dependencies on pccard symboles, such a dependency is not
necessary.  This means that drivers that have multiple attachments can
not drag bogus devices into the kernel at load time.

We can't (yet) do this with pci and isa.  Drivers written for them
actually do seem to have symbols that depend on these busses'
implementation code.

ndis not touched until other things can be tested.
</content>
</entry>
<entry>
<title>Use IFF_ALLMULTI instead of if_amcount to decide if all multicast should</title>
<updated>2004-04-18T01:05:02Z</updated>
<author>
<name>Atsushi Onoe</name>
<email>onoe@FreeBSD.org</email>
</author>
<published>2004-04-18T01:05:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=433ce5a4781a3596807d9ca00b4c926648b3b6fb'/>
<id>urn:sha1:433ce5a4781a3596807d9ca00b4c926648b3b6fb</id>
<content type='text'>
be received.  Pointed out by Luigi Rizzo.
</content>
</entry>
<entry>
<title>Don't announce MAC addresses twice.</title>
<updated>2004-03-20T19:57:47Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2004-03-20T19:57:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f7f2bd753effda98b4d5207d31a0c6ae85e10767'/>
<id>urn:sha1:f7f2bd753effda98b4d5207d31a0c6ae85e10767</id>
<content type='text'>
(ieee80211_ifattach() calls ether_ifattach().)
</content>
</entry>
<entry>
<title>Convert callers to the new bus_alloc_resource_any(9) API.</title>
<updated>2004-03-17T17:50:55Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2004-03-17T17:50:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5f96beb9e08be2b08309a6b98967246b64272ade'/>
<id>urn:sha1:5f96beb9e08be2b08309a6b98967246b64272ade</id>
<content type='text'>
Submitted by:	Mark Santcroos &lt;marks@ripe.net&gt;
Reviewed by:	imp, dfr, bde
</content>
</entry>
<entry>
<title>Correct beacon (src/bssid) for hostap and adhoc mode.</title>
<updated>2004-01-15T13:30:06Z</updated>
<author>
<name>Atsushi Onoe</name>
<email>onoe@FreeBSD.org</email>
</author>
<published>2004-01-15T13:30:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7cab13c7c0cbba5f0726c3323bfcff096fd597a9'/>
<id>urn:sha1:7cab13c7c0cbba5f0726c3323bfcff096fd597a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use generic net80211 framework for awi driver.</title>
<updated>2004-01-15T10:04:21Z</updated>
<author>
<name>Atsushi Onoe</name>
<email>onoe@FreeBSD.org</email>
</author>
<published>2004-01-15T10:04:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d148e81e76fda3dc7f606d21a9633685fb48bd26'/>
<id>urn:sha1:d148e81e76fda3dc7f606d21a9633685fb48bd26</id>
<content type='text'>
Restore awi to be workable again; it was broken..
XXX: The initialization is still unreliable yet, it sometimes fails on
     some card.
</content>
</entry>
</feed>
