summaryrefslogtreecommitdiffstats
path: root/sys/dev/siba/sibavar.h
Commit message (Collapse)AuthorAgeFilesLines
* o uses bus accessor macros to read values from ivar so no more valuesweongyo2010-03-091-41/+205
| | | | | | | | | | | are referenced directly from ivar pointer. It's to do like what other buses do. [1] o changes exported prototypes. It doesn't use struct siba_* structures anymore that instead of it it uses only device_t. o removes duplicate code and debug messages. o style(9) Pointed out by: imp [1]
* supports SPROM rev8 informations properly which are used to supportweongyo2010-02-161-0/+37
| | | | low-power PHY of bwn(4) and LDO voltage adjustments.
* Adds siba_bwn module which is used with bwn(4). Main purpose of thisweongyo2010-01-311-39/+318
| | | | | module is to distinguish parts of Silicon Backplane and of Broadcom Wireless.
* Support for the siba bus found in many broadcom products.imp2008-09-261-0/+92
Submitted by: bms@ Obtained from: p4 mips branch
OpenPOWER on IntegriCloud