<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/siba, branch release/8.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-09-20T07:31:08Z</updated>
<entry>
<title>MFC r212413: bus_add_child: change type of order parameter to u_int</title>
<updated>2010-09-20T07:31:08Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2010-09-20T07:31:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7973433a5afef5a1801cd6f671c685ba1a199547'/>
<id>urn:sha1:7973433a5afef5a1801cd6f671c685ba1a199547</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r205003:</title>
<updated>2010-04-21T00:22:16Z</updated>
<author>
<name>Weongyo Jeong</name>
<email>weongyo@FreeBSD.org</email>
</author>
<published>2010-04-21T00:22:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=87ecd62c3d08daffd7e66c5914263925d0e8acc1'/>
<id>urn:sha1:87ecd62c3d08daffd7e66c5914263925d0e8acc1</id>
<content type='text'>
  Revert r204992 and just wrap it all in ifdef INVARIANTS to fix the debug
  and non-debug cases

MFC r204992:
  fixes a compile error if INVARIANTS is disabled.

  Pointy hat to: me
  Submitted by: Michael Butler &lt;imb at protected-networks dot net&gt;

MFC r204983:
  Fix build breakage introduced in r204922.

MFC r204923:
  uses KOBJMETHOD_END macro to indicate the end of method table.

  Submitted by: yongari

MFC r204922:
  o uses bus accessor macros to read values from ivar so no more values
    are referenced directly from ivar pointer.  It's to do like what other
    buses do. [1]
  o changes exported prototypes.  It doesn't use struct siba_* structures
    anymore that instead of it it uses only device_t.
  o removes duplicate code and debug messages.
  o style(9)

  Pointed out by:        imp [1]
</content>
</entry>
<entry>
<title>MFC r204657:</title>
<updated>2010-04-21T00:13:44Z</updated>
<author>
<name>Weongyo Jeong</name>
<email>weongyo@FreeBSD.org</email>
</author>
<published>2010-04-21T00:13:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=489d21bb61fd449b7f21b7c1e11478c167fa3e9f'/>
<id>urn:sha1:489d21bb61fd449b7f21b7c1e11478c167fa3e9f</id>
<content type='text'>
  fixes an attached-at-boot issue that bwn(4) using device_identify
  interface didn't be attached automatically at boot time so changes a
  approach to attach children based on leveraging some newbus niceties.

  Submitted by: nwhitehorn
</content>
</entry>
<entry>
<title>MFC r203944:</title>
<updated>2010-04-20T21:37:47Z</updated>
<author>
<name>Weongyo Jeong</name>
<email>weongyo@FreeBSD.org</email>
</author>
<published>2010-04-20T21:37:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9a1ff5e807ae39fb672c30e2f94dfbdbe22fc60'/>
<id>urn:sha1:a9a1ff5e807ae39fb672c30e2f94dfbdbe22fc60</id>
<content type='text'>
  supports SPROM rev8 informations properly which are used to support
  low-power PHY of bwn(4) and LDO voltage adjustments.
</content>
</entry>
<entry>
<title>MFC r203319:</title>
<updated>2010-04-20T21:29:53Z</updated>
<author>
<name>Weongyo Jeong</name>
<email>weongyo@FreeBSD.org</email>
</author>
<published>2010-04-20T21:29:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4b1a8666b998afecad5404e660bb875d69de409d'/>
<id>urn:sha1:4b1a8666b998afecad5404e660bb875d69de409d</id>
<content type='text'>
  Adds siba_bwn module which is used with bwn(4).  Main purpose of this
  module is to distinguish parts of Silicon Backplane and of Broadcom
  Wireless.
</content>
</entry>
<entry>
<title>MFC r201978:</title>
<updated>2010-04-20T21:24:32Z</updated>
<author>
<name>Weongyo Jeong</name>
<email>weongyo@FreeBSD.org</email>
</author>
<published>2010-04-20T21:24:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5c07bd7cf57b03c41103c9aa09c1d438dc67acd7'/>
<id>urn:sha1:5c07bd7cf57b03c41103c9aa09c1d438dc67acd7</id>
<content type='text'>
  Merge from projects/mips to head by hand:

  Merge the siba bus device.  This was moved from mips to dev because
  siba bus can be in other architectures, like ARM.

MFC r202056:
  Move this to the right location.  Grump.

MFC r202057:
  This was somehow copied to the wrong place :(.  Remove the spare copy.

Approved by:	imp
</content>
</entry>
<entry>
<title>Use some casting to get the right addresses.  This is likely unwise</title>
<updated>2008-09-26T05:40:56Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2008-09-26T05:40:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=767b32095fbbb84e3d0ffcf20df46502898f8746'/>
<id>urn:sha1:767b32095fbbb84e3d0ffcf20df46502898f8746</id>
<content type='text'>
code, but will be OK until there's a 64-bit siba...

With this change, SENTRY5 kernel now compiles for mips, the last of
the holdouts.
</content>
</entry>
<entry>
<title>Support for the siba bus found in many broadcom products.</title>
<updated>2008-09-26T03:57:23Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2008-09-26T03:57:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fefa89c863237037585687253653a9e650c56400'/>
<id>urn:sha1:fefa89c863237037585687253653a9e650c56400</id>
<content type='text'>
Submitted by:	bms@
Obtained from:	p4 mips branch
</content>
</entry>
</feed>
