<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ex, branch release/4.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-07-26T21:12:35Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-07-26T21:12:35Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-07-26T21:12:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f1bf9342879a7ee2dd88e11a33ae7509eab55b0'/>
<id>urn:sha1:7f1bf9342879a7ee2dd88e11a33ae7509eab55b0</id>
<content type='text'>
'RELENG_4_1_0_RELEASE'.

This commit was manufactured to restore the state of the 4.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</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/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/commit/?id=32807f2fe8a56ca243ce63ccf401e627a4c6aabc'/>
<id>urn:sha1:32807f2fe8a56ca243ce63ccf401e627a4c6aabc</id>
<content type='text'>
</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/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>Cosmetic cleanups.</title>
<updated>2000-01-13T06:55:35Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2000-01-13T06:55:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b84907d697e80322c9e27dc16b76ffbe5497eb2'/>
<id>urn:sha1:6b84907d697e80322c9e27dc16b76ffbe5497eb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement a DEVICE_IDENTIFY method.  I want to revisit some of this later</title>
<updated>2000-01-13T06:52:51Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2000-01-13T06:52:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a0f5c15f227c88b9a250f6c37eb089869e6a57e4'/>
<id>urn:sha1:a0f5c15f227c88b9a250f6c37eb089869e6a57e4</id>
<content type='text'>
but this is enough to get us going.
</content>
</entry>
<entry>
<title>When I converted this driver to newbus I also cleaned up the code</title>
<updated>2000-01-13T06:46:02Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2000-01-13T06:46:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b5e3bc2086a3f76bb21c3400c12229ecc69d51df'/>
<id>urn:sha1:b5e3bc2086a3f76bb21c3400c12229ecc69d51df</id>
<content type='text'>
layout.  It seems that I cleaned it up a bit too much and confused a few

if () {
	if () {
	} else {
	}
}

statements in the obvious manner.

This allows the driver to transmit packets again.  *sigh*
</content>
</entry>
<entry>
<title>Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softc</title>
<updated>1999-11-03T15:45:14Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-11-03T15:45:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5178bd8bde7052dcf2d99f12cd2f5b2f02cbcbc8'/>
<id>urn:sha1:5178bd8bde7052dcf2d99f12cd2f5b2f02cbcbc8</id>
<content type='text'>
but didn't change bus_setup_intr() to pass the softc in.

Submitted by:	Warner Losh &lt;imp@village.org&gt;
</content>
</entry>
<entry>
<title>- Convert this driver to newbus.</title>
<updated>1999-10-16T06:26:44Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-10-16T06:26:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f69cadf84a9d7fbb015e258d4b293773312ce3b'/>
<id>urn:sha1:9f69cadf84a9d7fbb015e258d4b293773312ce3b</id>
<content type='text'>
- Generally clean things up.
- PnP now supported.

Will convert to bus_space, ifmedia and add a DEVICE_IDENTIFY() method
for autodetection.  As it stands

device ex0 at isa0

should find a card if one is present.

I feel less dirty now.
</content>
</entry>
<entry>
<title>Remove NBPF conditionality of bpf calls in most of our network drivers.</title>
<updated>1999-09-25T12:06:01Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-09-25T12:06:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=46783fb897761a099b5d9629afd30bb97cdeed5e'/>
<id>urn:sha1:46783fb897761a099b5d9629afd30bb97cdeed5e</id>
<content type='text'>
This means that we will not have to have a bpf and a non-bpf version
of our driver modules.

This does not open any security hole, because the bpf core isn't loadable

The drivers left unchanged are the "cross platform" drivers where the respective
maintainers are urged to DTRT, whatever that may be.

Add a couple of missing FreeBSD tags.
</content>
</entry>
</feed>
