<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/ed, 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-09-17T10:14:49Z</updated>
<entry>
<title>MFC 1.234:</title>
<updated>2004-09-17T10:14:49Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2004-09-17T10:14:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6fcc17644df67a6ac5260b5422106cdf20d782cb'/>
<id>urn:sha1:6fcc17644df67a6ac5260b5422106cdf20d782cb</id>
<content type='text'>
   Remove layer intermixing. Device driver should pass the frame to
   ether_input(), and do not play with bridge itself.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Since if_ed doesn't contain locking or run with INTR_MPSAFE, mark</title>
<updated>2004-08-13T23:04:23Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-08-13T23:04:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=463d14faf8ddc56632b7d1dcc13576349eb7e237'/>
<id>urn:sha1:463d14faf8ddc56632b7d1dcc13576349eb7e237</id>
<content type='text'>
the interface as IFF_NEEDSGIANT so if_start is run holding Giant.
</content>
</entry>
<entry>
<title>It is a little better to return ENXIO from probe/match routine than EIO.</title>
<updated>2004-07-21T20:38:12Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-07-21T20:38:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6d69b36945d97015c3eb50a5fb51c2a2489c7902'/>
<id>urn:sha1:6d69b36945d97015c3eb50a5fb51c2a2489c7902</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A couple more style(9) nits I should have included in last commit</title>
<updated>2004-06-18T01:28:54Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-06-18T01:28:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=973796c8827f59cb6887a35793036f98f80b777d'/>
<id>urn:sha1:973796c8827f59cb6887a35793036f98f80b777d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Style nits in the prototypes</title>
<updated>2004-06-18T01:27:19Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-06-18T01:27:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b3cb6e374250e58d08155808c1ea469dbec78ccd'/>
<id>urn:sha1:b3cb6e374250e58d08155808c1ea469dbec78ccd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace handrolled CRC calculation with ether_crc32_[lb]e().</title>
<updated>2004-06-09T14:34:04Z</updated>
<author>
<name>Christian Weisgerber</name>
<email>naddy@FreeBSD.org</email>
</author>
<published>2004-06-09T14:34:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0e939c0ceab8e6f6421a2ccc1501f6d3fabd118f'/>
<id>urn:sha1:0e939c0ceab8e6f6421a2ccc1501f6d3fabd118f</id>
<content type='text'>
</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>We don't need to initialize if_output, ether_ifattach() does it</title>
<updated>2004-05-23T16:11:53Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2004-05-23T16:11:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=866a788cc2d433216235cd8ab56b2c052b0b2aa6'/>
<id>urn:sha1:866a788cc2d433216235cd8ab56b2c052b0b2aa6</id>
<content type='text'>
for us.
</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>
</feed>
