<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/iicbus, branch releng/4.7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-04-19T05:52:15Z</updated>
<entry>
<title>MFC viapm(4)</title>
<updated>2002-04-19T05:52:15Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>2002-04-19T05:52:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c7b74d91113b890d32b21bfadcc7ed91c7391a6'/>
<id>urn:sha1:2c7b74d91113b890d32b21bfadcc7ed91c7391a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sigh. Spell "dettach" correctly.  *blush*</title>
<updated>2000-08-09T00:59:27Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-08-09T00:59:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=110f9d7007d67e55d72a82111886912d51cf99e5'/>
<id>urn:sha1:110f9d7007d67e55d72a82111886912d51cf99e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: allow these drivers to be detached</title>
<updated>2000-08-09T00:01:45Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-08-09T00:01:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3a14860d855e769404d68c4dc38f9465c64f5c37'/>
<id>urn:sha1:3a14860d855e769404d68c4dc38f9465c64f5c37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-03-13T04:59:44Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-13T04:59:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=842f30848780866cb822fe01c4d3d4576718ddb3'/>
<id>urn:sha1:842f30848780866cb822fe01c4d3d4576718ddb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change #ifdef KERNEL to #ifdef _KERNEL in the public headers.  "KERNEL"</title>
<updated>1999-12-29T04:46:21Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-29T04:46:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=664a31e4967a61ec61870f45adc2f1400617993e'/>
<id>urn:sha1:664a31e4967a61ec61870f45adc2f1400617993e</id>
<content type='text'>
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot).  This is consistant with the other
BSD's who made this change quite some time ago.  More commits to come.
</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>Convert iic to use make_dev() rather than cdevsw_add().  This stops the</title>
<updated>1999-11-18T05:43:32Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-11-18T05:43:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=38703ed315b1b5a1070675f024d4cf1fb5b9372e'/>
<id>urn:sha1:38703ed315b1b5a1070675f024d4cf1fb5b9372e</id>
<content type='text'>
annoying 'iic is usurping iic's cdevsw' type messages.  (Yes, there are
other ways to fix cdevsw_add(), but that is a doomed api)
</content>
</entry>
<entry>
<title>Use cdevsw_add() explicitly and DRIVER_MODULE().</title>
<updated>1999-11-08T07:57:03Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-11-08T07:57:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=80855566e222b108c4494d452ff6ae05718feea4'/>
<id>urn:sha1:80855566e222b108c4494d452ff6ae05718feea4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync with RELENG_3.</title>
<updated>1999-11-01T23:15:29Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>1999-11-01T23:15:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7a19171479e8e4b63c3f8a9afa4423c1bca198e8'/>
<id>urn:sha1:7a19171479e8e4b63c3f8a9afa4423c1bca198e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix: WARNING: "iic" is usurping "iic"'s cdevsw[] - the DEV_DRIVER_MODULE()</title>
<updated>1999-10-04T15:53:08Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-10-04T15:53:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fb45ca12a7ad2b1e3ac6ba986c215d1522049e73'/>
<id>urn:sha1:fb45ca12a7ad2b1e3ac6ba986c215d1522049e73</id>
<content type='text'>
takes care of the cdevsw_add() - it doesn't need to be done twice.
</content>
</entry>
</feed>
