| Commit message (Expand) | Author | Age | Files | Lines |
| * | bwn(4): migrate bwn(4) to the native bhnd(9) interface, and drop siba_bwn. | Landon J. Fuller | 2018-02-05 | 5 | -4800/+0 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 5 | -0/+10 |
| * | Switch mips/sentry5 to bhnd(4), and unify with mips/broadcom | Landon J. Fuller | 2016-06-04 | 4 | -1278/+0 |
| * | [siba] use the generic bus methods where appropriate. | Adrian Chadd | 2016-05-26 | 1 | -38/+6 |
| * | [siba] update device ids. | Adrian Chadd | 2016-05-23 | 1 | -2/+2 |
| * | [siba] use consistent naming. | Adrian Chadd | 2016-05-19 | 2 | -19/+19 |
| * | [siba] implement PMU behaviour for chips with a separate PMU module. | Adrian Chadd | 2016-05-19 | 1 | -2/+30 |
| * | [siba] handle the PMU resource setup/init for 0x4322 series chips. | Adrian Chadd | 2016-05-19 | 1 | -0/+11 |
| * | [siba] fix up some comments and debug output. | Adrian Chadd | 2016-05-19 | 1 | -1/+4 |
| * | [siba] add DMA debugging section, for changes later on to DMA addressing. | Adrian Chadd | 2016-05-19 | 1 | -0/+1 |
| * | [siba] fix incorrect SPROM offsets. | Adrian Chadd | 2016-05-18 | 1 | -4/+4 |
| * | [siba] use the correct SPROM offsets. | Adrian Chadd | 2016-05-18 | 1 | -10/+10 |
| * | [siba] fix up debugging. | Adrian Chadd | 2016-05-16 | 1 | -7/+9 |
| * | [siba] make the debug code somewhat useful again. | Adrian Chadd | 2016-05-16 | 2 | -1/+5 |
| * | [siba] add more MCS tx power offset decoding. | Adrian Chadd | 2016-05-12 | 3 | -0/+69 |
| * | [siba] add TX power index entry parsing. | Adrian Chadd | 2016-05-12 | 3 | -0/+155 |
| * | [siba] add extra methods for chipcommon access and PLL configuration. | Adrian Chadd | 2016-05-12 | 3 | -0/+131 |
| * | [siba] add r4 and r8 sprom formats for core_pwr_info. | Adrian Chadd | 2016-05-11 | 4 | -2/+180 |
| * | [siba] migrate siba.c to siba_mips.c | Adrian Chadd | 2016-05-10 | 1 | -0/+0 |
| * | [siba] add 2GHz/5GHz FEM parameter fetching and accessor methods. | Adrian Chadd | 2016-05-09 | 2 | -1/+87 |
| * | [siba] add FEM variables from the r8 SPROM layout. | Adrian Chadd | 2016-05-09 | 1 | -0/+7 |
| * | sys/dev: extend use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 1 | -2/+2 |
| * | siba(4): remove slightly used 'bound' variable. | Pedro F. Giffuni | 2016-04-21 | 1 | -7/+4 |
| * | Fix the resource_list_print_type() calls to use uintmax_t. | Justin Hibbits | 2016-03-22 | 1 | -2/+2 |
| * | As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to | Svatopluk Kraus | 2016-02-22 | 1 | -1/+0 |
| * | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | Justin Hibbits | 2016-02-20 | 1 | -1/+1 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 3 | -6/+6 |
| * | Remove some unused variables. | Christian Brueffer | 2014-05-16 | 1 | -2/+0 |
| * | Include necessary headers that now are available due to pollution | Gleb Smirnoff | 2013-10-28 | 2 | -0/+2 |
| * | Expand the set of APIs available for locating PCI capabilities: | John Baldwin | 2012-03-03 | 1 | -0/+18 |
| * | Correct capitalization of "Hz" in user-visible text (manpages, printf(), | Gavin Atkinson | 2012-02-28 | 1 | -1/+1 |
| * | Rename device_delete_all_children() into device_delete_children(). | Hans Petter Selasky | 2011-11-22 | 1 | -1/+1 |
| * | s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention | Marius Strobl | 2011-11-22 | 3 | -3/+3 |
| * | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 1 | -2/+1 |
| * | Move the device_delete_all_children() function from usb_util.c | Hans Petter Selasky | 2011-11-19 | 1 | -10/+2 |
| * | Properly free resources in case of an error. | Christian Brueffer | 2011-10-15 | 1 | -0/+1 |
| * | Fix an infinite loop in siba_bwn_suspend(). | Christian Brueffer | 2011-10-08 | 1 | -1/+1 |
| * | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | John Baldwin | 2011-03-23 | 1 | -1/+1 |
| * | Fix double ;; | Kevin Lo | 2010-12-06 | 1 | -1/+1 |
| * | bus_add_child: change type of order parameter to u_int | Andriy Gapon | 2010-09-10 | 1 | -2/+2 |
| * | Revert r204992 and just wrap it all in ifdef INVARIANTS to fix the debug and | Andrew Thompson | 2010-03-11 | 1 | -4/+6 |
| * | fixes a compile error if INVARIANTS is disabled. | Weongyo Jeong | 2010-03-11 | 1 | -4/+4 |
| * | uses KOBJMETHOD_END macro to indicate the end of method table. | Weongyo Jeong | 2010-03-09 | 4 | -4/+4 |
| * | o uses bus accessor macros to read values from ivar so no more values | Weongyo Jeong | 2010-03-09 | 3 | -120/+846 |
| * | fixes an attached-at-boot issue that bwn(4) using device_identify | Weongyo Jeong | 2010-03-03 | 2 | -61/+12 |
| * | supports SPROM rev8 informations properly which are used to support | Weongyo Jeong | 2010-02-16 | 3 | -8/+212 |
| * | Adds siba_bwn module which is used with bwn(4). Main purpose of this | Weongyo Jeong | 2010-01-31 | 8 | -154/+3150 |
| * | This was somehow copied to the wrong place :(. Remove the spare copy. | Warner Losh | 2010-01-11 | 8 | -1613/+0 |
| * | Move this to the right location. Grump. | Warner Losh | 2010-01-11 | 1 | -0/+0 |
| * | Merge from projects/mips to head by hand: | Warner Losh | 2010-01-10 | 9 | -0/+1767 |
| |\ |
|