index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
siba
/
siba_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[siba] use consistent naming.
adrian
2016-05-19
1
-10
/
+10
*
[siba] implement PMU behaviour for chips with a separate PMU module.
adrian
2016-05-19
1
-2
/
+30
*
[siba] handle the PMU resource setup/init for 0x4322 series chips.
adrian
2016-05-19
1
-0
/
+11
*
[siba] fix up some comments and debug output.
adrian
2016-05-19
1
-1
/
+4
*
[siba] add DMA debugging section, for changes later on to DMA addressing.
adrian
2016-05-19
1
-0
/
+1
*
[siba] fix up debugging.
adrian
2016-05-16
1
-7
/
+9
*
[siba] make the debug code somewhat useful again.
adrian
2016-05-16
1
-1
/
+4
*
[siba] add more MCS tx power offset decoding.
adrian
2016-05-12
1
-0
/
+49
*
[siba] add TX power index entry parsing.
adrian
2016-05-12
1
-0
/
+94
*
[siba] add extra methods for chipcommon access and PLL configuration.
adrian
2016-05-12
1
-0
/
+121
*
[siba] add r4 and r8 sprom formats for core_pwr_info.
adrian
2016-05-11
1
-0
/
+92
*
[siba] add 2GHz/5GHz FEM parameter fetching and accessor methods.
adrian
2016-05-09
1
-0
/
+53
*
sys/dev: extend use of the howmany() macro when available.
pfg
2016-04-26
1
-2
/
+2
*
Remove some unused variables.
brueffer
2014-05-16
1
-2
/
+0
*
Include necessary headers that now are available due to pollution
glebius
2013-10-28
1
-0
/
+1
*
Correct capitalization of "Hz" in user-visible text (manpages, printf(),
gavin
2012-02-28
1
-1
/
+1
*
Rename device_delete_all_children() into device_delete_children().
hselasky
2011-11-22
1
-1
/
+1
*
Move the device_delete_all_children() function from usb_util.c
hselasky
2011-11-19
1
-10
/
+2
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-1
/
+1
*
Revert r204992 and just wrap it all in ifdef INVARIANTS to fix the debug and
thompsa
2010-03-11
1
-4
/
+6
*
fixes a compile error if INVARIANTS is disabled.
weongyo
2010-03-11
1
-4
/
+4
*
o uses bus accessor macros to read values from ivar so no more values
weongyo
2010-03-09
1
-79
/
+574
*
fixes an attached-at-boot issue that bwn(4) using device_identify
weongyo
2010-03-03
1
-49
/
+12
*
supports SPROM rev8 informations properly which are used to support
weongyo
2010-02-16
1
-1
/
+120
*
Adds siba_bwn module which is used with bwn(4). Main purpose of this
weongyo
2010-01-31
1
-0
/
+2007