| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename device_delete_all_children() into device_delete_children(). | hselasky | 2011-11-22 | 1 | -1/+1 |
* | s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention | marius | 2011-11-22 | 3 | -3/+3 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -2/+1 |
* | Move the device_delete_all_children() function from usb_util.c | hselasky | 2011-11-19 | 1 | -10/+2 |
* | Properly free resources in case of an error. | brueffer | 2011-10-15 | 1 | -0/+1 |
* | Fix an infinite loop in siba_bwn_suspend(). | brueffer | 2011-10-08 | 1 | -1/+1 |
* | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | jhb | 2011-03-23 | 1 | -1/+1 |
* | Fix double ;; | kevlo | 2010-12-06 | 1 | -1/+1 |
* | bus_add_child: change type of order parameter to u_int | avg | 2010-09-10 | 1 | -2/+2 |
* | Revert r204992 and just wrap it all in ifdef INVARIANTS to fix the debug and | thompsa | 2010-03-11 | 1 | -4/+6 |
* | fixes a compile error if INVARIANTS is disabled. | weongyo | 2010-03-11 | 1 | -4/+4 |
* | uses KOBJMETHOD_END macro to indicate the end of method table. | weongyo | 2010-03-09 | 4 | -4/+4 |
* | o uses bus accessor macros to read values from ivar so no more values | weongyo | 2010-03-09 | 3 | -120/+846 |
* | fixes an attached-at-boot issue that bwn(4) using device_identify | weongyo | 2010-03-03 | 2 | -61/+12 |
* | supports SPROM rev8 informations properly which are used to support | weongyo | 2010-02-16 | 3 | -8/+212 |
* | Adds siba_bwn module which is used with bwn(4). Main purpose of this | weongyo | 2010-01-31 | 8 | -157/+3153 |
* | This was somehow copied to the wrong place :(. Remove the spare copy. | imp | 2010-01-11 | 8 | -1613/+0 |
* | Move this to the right location. Grump. | imp | 2010-01-11 | 1 | -0/+0 |
* | Merge from projects/mips to head by hand: | imp | 2010-01-10 | 9 | -0/+1767 |
|\ |
|
| * | - Revert changes accidentally killed by merge operation | gonzo | 2009-04-14 | 3 | -0/+381 |
|/ |
|
* | Use some casting to get the right addresses. This is likely unwise | imp | 2008-09-26 | 1 | -2/+3 |
* | Support for the siba bus found in many broadcom products. | imp | 2008-09-26 | 6 | -0/+1385 |