History log of /freebsd-11.0-release/sys/dev/siba/sibareg.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 300185 19-May-2016 adrian

[siba] use consistent naming.


# 300128 18-May-2016 adrian

[siba] fix incorrect SPROM offsets.

All my fault.


# 300125 18-May-2016 adrian

[siba] use the correct SPROM offsets.

I transcribed the linux ssb offsets and .. didn't pick up that our SIBA
SPROM code has an offset of 0x1000.

This fixes a bunch of odd parsing values that showed up when I tried
using a newer NIC. The NIC still doesn't yet work but now the SPROM
values are right.

Oops!


# 299541 12-May-2016 adrian

[siba] add more MCS tx power offset decoding.

This is required by the bwn(4) N-PHY support.

Obtained from: Linux ssb (definitions)


# 299538 12-May-2016 adrian

[siba] add TX power index entry parsing.

This is required by the bwn(4) N-PHY support.

Obtained from: Linux ssb (definitions)


# 299534 12-May-2016 adrian

[siba] add extra methods for chipcommon access and PLL configuration.

This is needed by the PHY-N bwn(4) support.

Obtained from: Linux b43 (definitions)


# 299409 11-May-2016 adrian

[siba] add r4 and r8 sprom formats for core_pwr_info.

The upcoming bwn(4) N-PHY support requires this (among other things that
are (hopefully) upcoming.)

Obtained from: Linux ssb (definitions)


# 299247 09-May-2016 adrian

[siba] add FEM variables from the r8 SPROM layout.

This will eventually be used the bwn(4) N-PHY code that I'm (slowly)
writing.

Obtained from: Linux b43


# 203944 16-Feb-2010 weongyo

supports SPROM rev8 informations properly which are used to support
low-power PHY of bwn(4) and LDO voltage adjustments.


# 203319 31-Jan-2010 weongyo

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.


# 183371 26-Sep-2008 imp

Support for the siba bus found in many broadcom products.

Submitted by: bms@
Obtained from: p4 mips branch