<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/ep, branch release/4.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-11-20T04:41:45Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-11-20T04:41:45Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-11-20T04:41:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0d497cf6e989f7498cf5036a29fe7003a89abf83'/>
<id>urn:sha1:0d497cf6e989f7498cf5036a29fe7003a89abf83</id>
<content type='text'>
'RELENG_4_2_0_RELEASE'.

This commit was manufactured to restore the state of the 4.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: fix printf at unload</title>
<updated>2000-08-08T23:55:02Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-08-08T23:55:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0e154291c19ed5bada1ae00ed0b8fa72758c0f0e'/>
<id>urn:sha1:0e154291c19ed5bada1ae00ed0b8fa72758c0f0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()</title>
<updated>2000-07-17T21:24:40Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-07-17T21:24:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1f978f357119ba20698639fae32c13ef5eba24d9'/>
<id>urn:sha1:1f978f357119ba20698639fae32c13ef5eba24d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Move BPF and bridging code into ether_input()</title>
<updated>2000-05-24T01:48:00Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-05-24T01:48:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=32807f2fe8a56ca243ce63ccf401e627a4c6aabc'/>
<id>urn:sha1:32807f2fe8a56ca243ce63ccf401e627a4c6aabc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bug in the last commit.  &gt;&gt; 4 instead of &gt;&gt; 8.  *bap*</title>
<updated>2000-01-23T08:46:21Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2000-01-23T08:46:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0e8fe3f0e973a687d367cf86ed9f5d34eb6b8176'/>
<id>urn:sha1:0e8fe3f0e973a687d367cf86ed9f5d34eb6b8176</id>
<content type='text'>
Fix a long-standing bug where I used a 'break;' instead of a 'continue;';
you had to have multiple ISA boards in non-PnP mode with an 'unknown' board
with a lower MAC address to find this one.  Since I have 4 3c5x9 boards
in my test box I was somewhat confused when this happened. :)

Make the messages printed by ep_isa_identify() a little more consistent;
we'll only see them in verbose boot mode but it makes me feel better if
they look nice.
</content>
</entry>
<entry>
<title>Add the ID for the 3c509-TPC.</title>
<updated>2000-01-23T08:23:38Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2000-01-23T08:23:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=adc098b163465a3f31a8acec271bb611a3280fd3'/>
<id>urn:sha1:adc098b163465a3f31a8acec271bb611a3280fd3</id>
<content type='text'>
Also, while I'm here, add a mechanism to catch unknown board IDs that
are likely to be 3c509s and allow them to be attached.

PR:		kern/16304
Submitted by:	Kelly Yancey &lt;kbyanc@posi.net&gt;
</content>
</entry>
<entry>
<title>Fix driver to restore function on 3c574 adapters.  The panic on</title>
<updated>2000-01-15T05:21:43Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2000-01-15T05:21:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f0b421372f21034ee8c73261531a5d94e46f0a42'/>
<id>urn:sha1:f0b421372f21034ee8c73261531a5d94e46f0a42</id>
<content type='text'>
ifconfig and bogus ethernet address (4b:57:4b:57:4b:57) has been
hacked around.  I'll revisit this when I have a clue whats going on.

Reviewed by:	obrien
</content>
</entry>
<entry>
<title>Pre 4.0 tidy up.</title>
<updated>2000-01-14T07:14:17Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-01-14T07:14:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c5191a983c014b7f4cec5f3475a3a3c81616cc3d'/>
<id>urn:sha1:c5191a983c014b7f4cec5f3475a3a3c81616cc3d</id>
<content type='text'>
Collect together the components of several drivers and export eisa from
the i386-only area (It's not, it's on some alphas too).  The code hasn't
been updated to work on the Alpha yet, but that can come later.

Repository copies were done a while ago.
Moving these now keeps them in consistant place across the 4.x series
as the newbusification progresses.

Submitted by:   mdodd
</content>
</entry>
<entry>
<title>Remove a stray splx(s) call.  This fixes the compiler warning.</title>
<updated>2000-01-12T17:51:01Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2000-01-12T17:51:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2b00168c1f4c1fcb1dc20983039bacbf11035dce'/>
<id>urn:sha1:2b00168c1f4c1fcb1dc20983039bacbf11035dce</id>
<content type='text'>
Submitted by:	gibbs
</content>
</entry>
<entry>
<title>Speedup if_start routine a little.  TX threshold logic needs some more</title>
<updated>2000-01-12T06:42:49Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2000-01-12T06:42:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c7c26de958edee452c9a7009cd253910a6cefd10'/>
<id>urn:sha1:c7c26de958edee452c9a7009cd253910a6cefd10</id>
<content type='text'>
kicking but these changes get me around 1000 KB/sec.
</content>
</entry>
</feed>
