<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev, branch upstream/2.0.5_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F2.0.5_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F2.0.5_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1995-06-10T19:44:55Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1995-06-10T19:44:55Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1995-06-10T19:44:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fbe312c9f723b704a542825383058d1a2eb63f94'/>
<id>urn:sha1:fbe312c9f723b704a542825383058d1a2eb63f94</id>
<content type='text'>
'RELENG_2_0_5_RELEASE'.

This commit was manufactured to restore the state of the 2.0.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_2_0_5'.</title>
<updated>1995-05-30T08:29:08Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1995-05-30T08:29:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9347db35098be57530c997e1a0212f9927be848a'/>
<id>urn:sha1:9347db35098be57530c997e1a0212f9927be848a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T08:16:23Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T08:16:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b2e535452929d6f2f798a2c01b23b1f547a0b0f'/>
<id>urn:sha1:9b2e535452929d6f2f798a2c01b23b1f547a0b0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T06:12:45Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T06:12:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ebc7e6281887681c3a348a5a4c902e262ccd656'/>
<id>urn:sha1:5ebc7e6281887681c3a348a5a4c902e262ccd656</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increased delay after reset to 10ms. Suggested by several people, the last</title>
<updated>1995-05-27T04:40:57Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-05-27T04:40:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dd1da8a5afa6b081b97d88d058cd722a3cb2c51b'/>
<id>urn:sha1:dd1da8a5afa6b081b97d88d058cd722a3cb2c51b</id>
<content type='text'>
of which was Scott Mace. This fixes a bug where the card would be missed
sometimes during the device probe.
</content>
</entry>
<entry>
<title>Fixed bugs in multicast address handling (flag was set in wrong register,</title>
<updated>1995-05-26T02:02:44Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-05-26T02:02:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0063696232f8b38de8ef6d976bef71323404268e'/>
<id>urn:sha1:0063696232f8b38de8ef6d976bef71323404268e</id>
<content type='text'>
etc.). The tulip_start routine was rewritten to use less stack space (I've
been having problems with wcarchive overflowing the stack and this should
help a little). This version also has preliminary NetBSD support.

Rod Grimes helped in testing this version of the driver. Thanks Rod. It's
additionally been extensively tested here and on wcarchive.

Submitted by:	Matt Thomas
</content>
</entry>
<entry>
<title>There are two serious bugs in if_de.c.  The first should not matter</title>
<updated>1995-05-22T13:32:24Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-05-22T13:32:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=87c15d9649dee3abd7b377cbdef5c2b88397da9f'/>
<id>urn:sha1:87c15d9649dee3abd7b377cbdef5c2b88397da9f</id>
<content type='text'>
to most users (the wrong length is passed to ether_input).  The
second is more serious.  The multicast hash algorithm uses the wrong
(low) bits instead of the right (high) bits.  This is only an issue
if you use &gt;12 multicast addresses but if you are using IP multicast
then it might affect you...

Submitted by:	Matt Thomas
</content>
</entry>
<entry>
<title>Fixed bug in bpf/multicast support that caused multicast packets to get</title>
<updated>1995-05-22T05:51:41Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-05-22T05:51:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f8141f6f97ad9776c147468465f8c6507897ae3d'/>
<id>urn:sha1:f8141f6f97ad9776c147468465f8c6507897ae3d</id>
<content type='text'>
thrown out if bpfilter support and no BPF listener. (submitted by Bill
Fenner)
Removed unused variable and changed another from a stack variable to a
static - the variable was a rather large array of structs that consumed
a lot of stack space. (me)
</content>
</entry>
<entry>
<title>Fixed problem with "char" cursor..</title>
<updated>1995-05-21T18:30:05Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>1995-05-21T18:30:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ad828abe4bf0ad48b1d2ea5a1223b795c8610b1a'/>
<id>urn:sha1:ad828abe4bf0ad48b1d2ea5a1223b795c8610b1a</id>
<content type='text'>
Submitted by:	ache
</content>
</entry>
<entry>
<title>Changed read_csr and write_csr to static so that they don't clash</title>
<updated>1995-05-17T13:15:35Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-05-17T13:15:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4039006ad712a114689353aafd22b97c24b6ee6d'/>
<id>urn:sha1:4039006ad712a114689353aafd22b97c24b6ee6d</id>
<content type='text'>
with another driver.

Reviewed by:	Paul Richards
Submitted by:	Brian Litzinger
</content>
</entry>
</feed>
