aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/siba
Commit message (Expand)AuthorAgeFilesLines
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* Fix double ;;Kevin Lo2010-12-061-1/+1
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-2/+2
* 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
* uses KOBJMETHOD_END macro to indicate the end of method table.Weongyo Jeong2010-03-094-4/+4
* o uses bus accessor macros to read values from ivar so no more valuesWeongyo Jeong2010-03-093-120/+846
* fixes an attached-at-boot issue that bwn(4) using device_identifyWeongyo Jeong2010-03-032-61/+12
* supports SPROM rev8 informations properly which are used to supportWeongyo Jeong2010-02-163-8/+212
* Adds siba_bwn module which is used with bwn(4). Main purpose of thisWeongyo Jeong2010-01-318-157/+3153
* This was somehow copied to the wrong place :(. Remove the spare copy.Warner Losh2010-01-118-1613/+0
* Move this to the right location. Grump.Warner Losh2010-01-111-0/+0
* Merge from projects/mips to head by hand:Warner Losh2010-01-109-0/+1767
|\
| * - Revert changes accidentally killed by merge operationOleksandr Tymoshenko2009-04-143-0/+381
|/
* Use some casting to get the right addresses. This is likely unwiseWarner Losh2008-09-261-2/+3
* Support for the siba bus found in many broadcom products.Warner Losh2008-09-266-0/+1385