aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/siba/siba_bwn.c
Commit message (Expand)AuthorAgeFilesLines
* bwn(4): migrate bwn(4) to the native bhnd(9) interface, and drop siba_bwn.Landon J. Fuller2018-02-051-411/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [siba] use the generic bus methods where appropriate.Adrian Chadd2016-05-261-38/+6
* [siba] update device ids.Adrian Chadd2016-05-231-2/+2
* [siba] add r4 and r8 sprom formats for core_pwr_info.Adrian Chadd2016-05-111-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* Expand the set of APIs available for locating PCI capabilities:John Baldwin2012-03-031-0/+18
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-221-1/+1
* Properly free resources in case of an error.Christian Brueffer2011-10-151-0/+1
* Fix an infinite loop in siba_bwn_suspend().Christian Brueffer2011-10-081-1/+1
* Fix double ;;Kevin Lo2010-12-061-1/+1
* uses KOBJMETHOD_END macro to indicate the end of method table.Weongyo Jeong2010-03-091-1/+1
* o uses bus accessor macros to read values from ivar so no more valuesWeongyo Jeong2010-03-091-0/+67
* fixes an attached-at-boot issue that bwn(4) using device_identifyWeongyo Jeong2010-03-031-12/+0
* Adds siba_bwn module which is used with bwn(4). Main purpose of thisWeongyo Jeong2010-01-311-0/+366