summaryrefslogtreecommitdiffstats
path: root/sys/dev/siba
Commit message (Expand)AuthorAgeFilesLines
* Switch mips/sentry5 to bhnd(4), and unify with mips/broadcomlandonf2016-06-044-1278/+0
* [siba] use the generic bus methods where appropriate.adrian2016-05-261-38/+6
* [siba] update device ids.adrian2016-05-231-2/+2
* [siba] use consistent naming.adrian2016-05-192-19/+19
* [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 incorrect SPROM offsets.adrian2016-05-181-4/+4
* [siba] use the correct SPROM offsets.adrian2016-05-181-10/+10
* [siba] fix up debugging.adrian2016-05-161-7/+9
* [siba] make the debug code somewhat useful again.adrian2016-05-162-1/+5
* [siba] add more MCS tx power offset decoding.adrian2016-05-123-0/+69
* [siba] add TX power index entry parsing.adrian2016-05-123-0/+155
* [siba] add extra methods for chipcommon access and PLL configuration.adrian2016-05-123-0/+131
* [siba] add r4 and r8 sprom formats for core_pwr_info.adrian2016-05-114-2/+180
* [siba] migrate siba.c to siba_mips.cadrian2016-05-101-0/+0
* [siba] add 2GHz/5GHz FEM parameter fetching and accessor methods.adrian2016-05-092-1/+87
* [siba] add FEM variables from the r8 SPROM layout.adrian2016-05-091-0/+7
* sys/dev: extend use of the howmany() macro when available.pfg2016-04-261-2/+2
* siba(4): remove slightly used 'bound' variable.pfg2016-04-211-7/+4
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-221-2/+2
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-273-6/+6
* Remove some unused variables.brueffer2014-05-161-2/+0
* Include necessary headers that now are available due to pollutionglebius2013-10-282-0/+2
* Expand the set of APIs available for locating PCI capabilities:jhb2012-03-031-0/+18
* 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
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-223-3/+3
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-10/+2
* Properly free resources in case of an error.brueffer2011-10-151-0/+1
* Fix an infinite loop in siba_bwn_suspend().brueffer2011-10-081-1/+1
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Fix double ;;kevlo2010-12-061-1/+1
* bus_add_child: change type of order parameter to u_intavg2010-09-101-2/+2
* 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
* uses KOBJMETHOD_END macro to indicate the end of method table.weongyo2010-03-094-4/+4
* o uses bus accessor macros to read values from ivar so no more valuesweongyo2010-03-093-120/+846
* fixes an attached-at-boot issue that bwn(4) using device_identifyweongyo2010-03-032-61/+12
* supports SPROM rev8 informations properly which are used to supportweongyo2010-02-163-8/+212
* Adds siba_bwn module which is used with bwn(4). Main purpose of thisweongyo2010-01-318-157/+3153
* This was somehow copied to the wrong place :(. Remove the spare copy.imp2010-01-118-1613/+0
* Move this to the right location. Grump.imp2010-01-111-0/+0
* Merge from projects/mips to head by hand:imp2010-01-109-0/+1767
|\
| * - Revert changes accidentally killed by merge operationgonzo2009-04-143-0/+381
|/
* Use some casting to get the right addresses. This is likely unwiseimp2008-09-261-2/+3
OpenPOWER on IntegriCloud