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