| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 1 | -1/+1 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | pfg | 2016-04-21 | 1 | -1/+1 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | jhibbits | 2016-03-18 | 1 | -5/+5 |
* | Convert rman to use rman_res_t instead of u_long | jhibbits | 2016-01-27 | 1 | -6/+6 |
* | We're waiting on a struct proc *, not a struct thread *. Fix a | imp | 2015-08-21 | 1 | -1/+1 |
* | On my Lenovo T400, a Atheros 2413 has a problem powering up | imp | 2015-02-18 | 1 | -17/+48 |
* | Move the suspsned and resume functions to the bus attachment. They | imp | 2015-01-16 | 1 | -55/+0 |
* | Suspend and resume were the only two functions not to follow the brdev | imp | 2015-01-16 | 1 | -8/+8 |
* | Back out the refactor. It turns out to cause interrupt storms on | imp | 2015-01-16 | 1 | -27/+81 |
* | Various interrelated fixes to make suspend / resume work better. We now | imp | 2015-01-14 | 1 | -81/+27 |
* | Fix typo pointed out by avg@ and Joerg Sonnenberger. Add a clarifying | imp | 2014-11-18 | 1 | -4/+4 |
* | Modernize comments about BIOSes being lame since in this detail they | imp | 2014-11-18 | 1 | -6/+10 |
* | Remove stray empty comment. The code is adequately explained in the | imp | 2014-11-17 | 1 | -2/+0 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -8/+4 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -4/+8 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -8/+4 |
* | Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge | jhb | 2014-02-12 | 1 | -4/+3 |
* | Explicitly enable I/O and memory decoding in the bridge's command register | jhb | 2014-01-27 | 1 | -1/+15 |
* | Some laptops have weak power controllers that cannot tolerate multiple | imp | 2012-01-27 | 1 | -0/+7 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | More expeirmentation suggests that 10ms isn't as reliable as | imp | 2011-06-18 | 1 | -2/+2 |
* | After we get a good power signal, always wait about 10ms before | imp | 2011-06-18 | 1 | -4/+16 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -1/+1 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 1 | -2/+9 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 1 | -9/+2 |
* | Better name for this routine... it doesn't reset the card, but resets | imp | 2009-03-12 | 1 | -4/+4 |
* | Hold off root mounting until we've gone through the loop of our thread | imp | 2009-02-17 | 1 | -0/+9 |
* | Correct signatures to match kobj function definitions. | imp | 2009-02-04 | 1 | -12/+12 |
* | Minor tweaks to some of the comments. Also, add a XXX wondering if we | imp | 2008-12-07 | 1 | -17/+18 |
* | Use '0' rather than PZERO to not change the priority that I'm waiting | imp | 2008-12-07 | 1 | -3/+3 |
* | Move to using filter for the change interrupts. Also rework the power | imp | 2008-12-05 | 1 | -15/+8 |
* | Minor style nit. | imp | 2008-12-05 | 1 | -2/+2 |
* | Augment comments, and move things around a smidge. | imp | 2008-12-05 | 1 | -17/+17 |
* | Implement a method described in NetBSD PR 36652 for coping with the | imp | 2008-12-05 | 1 | -1/+12 |
* | Read the config space of the child, not the bridge, to determine when | imp | 2008-08-10 | 1 | -5/+5 |
* | fix typo | imp | 2008-08-09 | 1 | -1/+1 |
* | It turns out that checking the first DWORD register is more reliable | imp | 2008-08-09 | 1 | -15/+17 |
* | After some intial testing, there are even slower cards than the ones | imp | 2008-08-09 | 1 | -13/+24 |
* | Rather than waiting a fixed amount of time, which might not be enough | imp | 2008-08-09 | 1 | -12/+23 |
* | While most bridges can bring a card out of reset in 20ms, there are | imp | 2008-08-09 | 1 | -3/+4 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -3/+3 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 1 | -0/+5 |
* | Migrate from setting a CARD_OK flag in a shared word, to setting its | imp | 2007-06-04 | 1 | -29/+8 |
* | Don't register cb_func_filt if the client driver doesn't have a filter. | imp | 2007-06-04 | 1 | -4/+3 |
* | Minor filter tweaks: | imp | 2007-06-03 | 1 | -26/+47 |
* | Make the interrupt handler wrapper capable of correctly support filter+ithrea... | piso | 2007-05-31 | 1 | -8/+21 |
* | o Don't hold lock over bus_teardown_intr when we're waiting for the | imp | 2007-05-16 | 1 | -5/+3 |
* | Better message on cbb resource alloc failure | imp | 2007-05-16 | 1 | -1/+1 |
* | Use different wait channel name for second of two sleeps. Minor commentary | imp | 2007-03-05 | 1 | -2/+2 |
* | Reduce the number of retries to 10 from 20 for not_a_card retry test. | imp | 2007-03-04 | 1 | -5/+8 |