<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/iicbus, branch release/8.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r208839,214999:</title>
<updated>2010-11-23T14:13:12+00:00</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2010-11-23T14:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6584e49f7852cb212a0d80f5291d0842c45fa47c'/>
<id>6584e49f7852cb212a0d80f5291d0842c45fa47c</id>
<content type='text'>
Add two new flags (IIC_M_NOSTOP and IIC_M_NOSTART) to struct iic_msg to
allow consumers of iicbus_transfer() to send messages with repeated starts.

Reviewed by:	imp, thompsa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add two new flags (IIC_M_NOSTOP and IIC_M_NOSTART) to struct iic_msg to
allow consumers of iicbus_transfer() to send messages with repeated starts.

Reviewed by:	imp, thompsa
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r207554:</title>
<updated>2010-11-15T17:48:13+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2010-11-15T17:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f7662e479fb72e1530331c09b1f1898f9729487f'/>
<id>f7662e479fb72e1530331c09b1f1898f9729487f</id>
<content type='text'>
  Add new tunable 'net.link.ifqmaxlen' to set default send interface
  queue length. The default value for this parameter is 50, which is
  quite low for many of today's uses and the only way to modify this
  parameter right now is to edit if_var.h file. Also add read-only
  sysctl with the same name, so that it's possible to retrieve the
  current value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add new tunable 'net.link.ifqmaxlen' to set default send interface
  queue length. The default value for this parameter is 50, which is
  quite low for many of today's uses and the only way to modify this
  parameter right now is to edit if_var.h file. Also add read-only
  sysctl with the same name, so that it's possible to retrieve the
  current value.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r212413: bus_add_child: change type of order parameter to u_int</title>
<updated>2010-09-20T07:31:08+00:00</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2010-09-20T07:31:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7973433a5afef5a1801cd6f671c685ba1a199547'/>
<id>7973433a5afef5a1801cd6f671c685ba1a199547</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc"</title>
<updated>2009-04-21T22:48:12+00:00</updated>
<author>
<name>Stanislav Sedov</name>
<email>stas@FreeBSD.org</email>
</author>
<published>2009-04-21T22:48:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97958cafc859c706b95467cc5442a367a0220be6'/>
<id>97958cafc859c706b95467cc5442a367a0220be6</id>
<content type='text'>
  respectivly. This will allow one to have a kernel with both devices
  present and use it for multiple boards with different types of RTC
  sitting on a bus.

Discussed with:	imp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  respectivly. This will allow one to have a kernel with both devices
  present and use it for multiple boards with different types of RTC
  sitting on a bus.

Discussed with:	imp
</pre>
</div>
</content>
</entry>
<entry>
<title>- Give a warning and start the oscillator if it was not previously</title>
<updated>2009-04-20T15:47:06+00:00</updated>
<author>
<name>Stanislav Sedov</name>
<email>stas@FreeBSD.org</email>
</author>
<published>2009-04-20T15:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=50aababbfb033e26611b65ff81b86f00367a376f'/>
<id>50aababbfb033e26611b65ff81b86f00367a376f</id>
<content type='text'>
  runned.
- Rename ds1672 -&gt; rtc to follow the other drivers.
- Refactor/simplify the code a bit.

MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  runned.
- Rename ds1672 -&gt; rtc to follow the other drivers.
- Refactor/simplify the code a bit.

MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Change if_output to take a struct route as its fourth argument in order</title>
<updated>2009-04-16T20:30:28+00:00</updated>
<author>
<name>Kip Macy</name>
<email>kmacy@FreeBSD.org</email>
</author>
<published>2009-04-16T20:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=279aa3d419d5bfaf514ed543ab177852e4c2b013'/>
<id>279aa3d419d5bfaf514ed543ab177852e4c2b013</id>
<content type='text'>
to allow passing a cached struct llentry * down to L2

Reviewed by:	rwatson
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to allow passing a cached struct llentry * down to L2

Reviewed by:	rwatson
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...</title>
<updated>2009-02-10T22:50:23+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-02-10T22:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b23193a559ed4297e1eae3992f1e168efc957fd6'/>
<id>b23193a559ed4297e1eae3992f1e168efc957fd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Teach iic(4) the 'repeated start' I2C condition. This will be used by the</title>
<updated>2009-01-26T13:53:39+00:00</updated>
<author>
<name>Rafal Jaworowski</name>
<email>raj@FreeBSD.org</email>
</author>
<published>2009-01-26T13:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1aef11be0e197bfe1c73b553383951011604361a'/>
<id>1aef11be0e197bfe1c73b553383951011604361a</id>
<content type='text'>
upcoming i2c(8) diag utility.

Reviewed by:	bms, stas
Obtained from:	Semihalf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
upcoming i2c(8) diag utility.

Reviewed by:	bms, stas
Obtained from:	Semihalf
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the probe priority for PCI and I2C generic bus modules from</title>
<updated>2009-01-20T00:05:43+00:00</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2009-01-20T00:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f5a78b2f7e3c193df38a764d8ae591051bd385db'/>
<id>f5a78b2f7e3c193df38a764d8ae591051bd385db</id>
<content type='text'>
numerical constants to BUS_PROBE_GENERIC.

Suggested by:	jhb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
numerical constants to BUS_PROBE_GENERIC.

Suggested by:	jhb
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert revision 186833 and try a different strategy to allow this device to</title>
<updated>2009-01-15T23:14:59+00:00</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2009-01-15T23:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ee9db219dff147dedea08dc1d145499de46fee5b'/>
<id>ee9db219dff147dedea08dc1d145499de46fee5b</id>
<content type='text'>
work when the bus attaches its own children. Instead of hardcoding a unit
number and returning BUS_PROBE_NOWILDCARD, which will break multiple iicbus
systems, check in the probe routine whether the device address is 0. Real
I2C devices will never have this address, but devices added with
BUS_ADD_CHILD() will.

Requested by:	jhb
Reviewed by:	jhb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
work when the bus attaches its own children. Instead of hardcoding a unit
number and returning BUS_PROBE_NOWILDCARD, which will break multiple iicbus
systems, check in the probe routine whether the device address is 0. Real
I2C devices will never have this address, but devices added with
BUS_ADD_CHILD() will.

Requested by:	jhb
Reviewed by:	jhb
</pre>
</div>
</content>
</entry>
</feed>
