<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/smbus/smbconf.c, branch release/3.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-09-16T08:26:13+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-09-16T08:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5be28542797ac26e17de490f50e0830003596d38'/>
<id>5be28542797ac26e17de490f50e0830003596d38</id>
<content type='text'>
'RELENG_3_3_0_RELEASE'.

This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_3_3_0_RELEASE'.

This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T16:33:42+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T16:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c4f617ca01b475bdf034553dfe123deeb1589899'/>
<id>c4f617ca01b475bdf034553dfe123deeb1589899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change /dev/smb and /dev/iic interface to allow user programs to interact with</title>
<updated>1999-01-09T18:08:24+00:00</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>1999-01-09T18:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bf896bd0e264a6e1212a915808ba00f014550ffa'/>
<id>bf896bd0e264a6e1212a915808ba00f014550ffa</id>
<content type='text'>
devices dynamically. That means,

        + only one /dev/iic or /dev/smb device for each smb/iic bus to access
        + I2C/SMB device address must be given to any ioctl
        + new devices may be plugged and accessed after boot, which was
          impossible previously (device addresses were hardcoded into
          the kernel)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
devices dynamically. That means,

        + only one /dev/iic or /dev/smb device for each smb/iic bus to access
        + I2C/SMB device address must be given to any ioctl
        + new devices may be plugged and accessed after boot, which was
          impossible previously (device addresses were hardcoded into
          the kernel)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove broken and useless intr interface.</title>
<updated>1998-11-22T22:01:42+00:00</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>1998-11-22T22:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f8cf96db8f9a3e7a29ae9bce662b3ec476906ec7'/>
<id>f8cf96db8f9a3e7a29ae9bce662b3ec476906ec7</id>
<content type='text'>
Submitted by: Doug Rabson &lt;dfr@nlsystems.com&gt;
	      Amancio Hasty &lt;hasty@rah.star-gate.com&gt;

Avoid compile warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by: Doug Rabson &lt;dfr@nlsystems.com&gt;
	      Amancio Hasty &lt;hasty@rah.star-gate.com&gt;

Avoid compile warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>New callback mechanism to allow iicbus bus allocation when requesting</title>
<updated>1998-10-31T11:39:54+00:00</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>1998-10-31T11:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3ab1f0562c1456e6eef4d06266e46d137d50ec1c'/>
<id>3ab1f0562c1456e6eef4d06266e46d137d50ec1c</id>
<content type='text'>
smbus over iicsmb(4).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
smbus over iicsmb(4).
</pre>
</div>
</content>
</entry>
<entry>
<title>Submitted by:	nsouch</title>
<updated>1998-09-03T20:52:54+00:00</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>1998-09-03T20:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d70424edcbc5826900198fd3ecd4abe0a06887cd'/>
<id>d70424edcbc5826900198fd3ecd4abe0a06887cd</id>
<content type='text'>
System Management Bus generic support over new bus architecture.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
System Management Bus generic support over new bus architecture.
</pre>
</div>
</content>
</entry>
</feed>
