summaryrefslogtreecommitdiffstats
path: root/sys/dev/siba/siba_core.c
Commit message (Expand)AuthorAgeFilesLines
* [siba] use consistent naming.adrian2016-05-191-10/+10
* [siba] implement PMU behaviour for chips with a separate PMU module.adrian2016-05-191-2/+30
* [siba] handle the PMU resource setup/init for 0x4322 series chips.adrian2016-05-191-0/+11
* [siba] fix up some comments and debug output.adrian2016-05-191-1/+4
* [siba] add DMA debugging section, for changes later on to DMA addressing.adrian2016-05-191-0/+1
* [siba] fix up debugging.adrian2016-05-161-7/+9
* [siba] make the debug code somewhat useful again.adrian2016-05-161-1/+4
* [siba] add more MCS tx power offset decoding.adrian2016-05-121-0/+49
* [siba] add TX power index entry parsing.adrian2016-05-121-0/+94
* [siba] add extra methods for chipcommon access and PLL configuration.adrian2016-05-121-0/+121
* [siba] add r4 and r8 sprom formats for core_pwr_info.adrian2016-05-111-0/+92
* [siba] add 2GHz/5GHz FEM parameter fetching and accessor methods.adrian2016-05-091-0/+53
* sys/dev: extend use of the howmany() macro when available.pfg2016-04-261-2/+2
* Remove some unused variables.brueffer2014-05-161-2/+0
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),gavin2012-02-281-1/+1
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-10/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Revert r204992 and just wrap it all in ifdef INVARIANTS to fix the debug andthompsa2010-03-111-4/+6
* fixes a compile error if INVARIANTS is disabled.weongyo2010-03-111-4/+4
* o uses bus accessor macros to read values from ivar so no more valuesweongyo2010-03-091-79/+574
* fixes an attached-at-boot issue that bwn(4) using device_identifyweongyo2010-03-031-49/+12
* supports SPROM rev8 informations properly which are used to supportweongyo2010-02-161-1/+120
* Adds siba_bwn module which is used with bwn(4). Main purpose of thisweongyo2010-01-311-0/+2007
OpenPOWER on IntegriCloud