<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/mca, 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 irq's shareable</title>
<updated>2000-03-17T23:58:20Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-03-17T23:58:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c7983acd36ff22e681ea31b4273d5d122479b1ed'/>
<id>urn:sha1:c7983acd36ff22e681ea31b4273d5d122479b1ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement BUS_{GET,SET,DELETE}_RESOURCE methods.</title>
<updated>2000-01-13T09:01:46Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2000-01-13T09:01:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=47a70d921b54bb6868c32d37c225fe2c668afddf'/>
<id>urn:sha1:47a70d921b54bb6868c32d37c225fe2c668afddf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the 'ivars' arguement to device_add_child() and</title>
<updated>1999-12-03T08:41:24Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-12-03T08:41:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fe0d408987b42b531420ff2de76d534dbe7ecee7'/>
<id>urn:sha1:fe0d408987b42b531420ff2de76d534dbe7ecee7</id>
<content type='text'>
device_add_child_ordered().  'ivars' may now be set using the
device_set_ivars() function.

This makes it easier for us to change how arbitrary data structures are
associated with a device_t.  Eventually we won't be modifying device_t
to add additional pointers for ivars, softc data etc.

Despite my best efforts I've probably forgotten something so let me know
if this breaks anything.  I've been running with this change for months
and its been quite involved actually isolating all the changes from
the rest of the local changes in my tree.

Reviewed by:	peter, dfr
</content>
</entry>
<entry>
<title>resource_list_{alloc,release}() takes a struct resource_list * as its</title>
<updated>1999-11-06T07:38:01Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-11-06T07:38:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=61f676b449e856002cc7a83c615104b2c180a211'/>
<id>urn:sha1:61f676b449e856002cc7a83c615104b2c180a211</id>
<content type='text'>
first arg.

Reminded by:	Andy Farkas &lt;andyf@speednet.com.au&gt;
</content>
</entry>
<entry>
<title>- Restore correct operation of bt_mca.</title>
<updated>1999-10-09T04:02:02Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-10-09T04:02:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a28315fb6d17d9144afba630d2abe9deb4ef053'/>
<id>urn:sha1:8a28315fb6d17d9144afba630d2abe9deb4ef053</id>
<content type='text'>
- Work around a problem not yet solved in the tree (but solved in mine.)

	device_get_ivars() should never be cast to a struct resource_list *
	The solution, under review, involves the creation of a
	device_get_resource_list() function.  More later.
</content>
</entry>
<entry>
<title>device_get_ivars() called twice.  Remove second call and assignment.</title>
<updated>1999-09-26T18:05:37Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-09-26T18:05:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20530663b32f65e1dc3492786760d86dd99ad266'/>
<id>urn:sha1:20530663b32f65e1dc3492786760d86dd99ad266</id>
<content type='text'>
Noticed by: Peter
</content>
</entry>
<entry>
<title>Rip out the nastiness I cribbed from the EISA bus code and actually</title>
<updated>1999-09-26T07:02:05Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-09-26T07:02:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b438239c0a54165068a85fed162ffca7063767bb'/>
<id>urn:sha1:b438239c0a54165068a85fed162ffca7063767bb</id>
<content type='text'>
implement the resource management code correctly, using approved
interfaces.

While I'm here, clean up a few things.
</content>
</entry>
<entry>
<title>This is the rest of the MCA support; new_bus code to be exact.</title>
<updated>1999-09-03T03:40:00Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-09-03T03:40:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=30ca126cee1c6cc98ea5bb8008fb9f517deb6015'/>
<id>urn:sha1:30ca126cee1c6cc98ea5bb8008fb9f517deb6015</id>
<content type='text'>
Should we ever find ourselves on an RS/6000 this code should work
with few changes.
</content>
</entry>
</feed>
