summaryrefslogtreecommitdiffstats
path: root/sys/dev/siba
Commit message (Expand)AuthorAgeFilesLines
* MFC: r266270brueffer2014-05-311-2/+0
* 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
* Support for the siba bus found in many broadcom products.imp2008-09-266-0/+1385
OpenPOWER on IntegriCloud