| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Return BUS_PROBE_GENERIC rather BUS_PROBE_DEFAULT for generic CBB we match. | Warner Losh | 2008-10-02 | 1 | -1/+1 |
| * | Don't forget to match on a CLASS of PCIC_BRIDGE as well as subclass | Warner Losh | 2008-10-02 | 1 | -1/+4 |
| * | Read the config space of the child, not the bridge, to determine when | Warner Losh | 2008-08-10 | 1 | -5/+5 |
| * | fix typo | Warner Losh | 2008-08-09 | 1 | -1/+1 |
| * | It turns out that checking the first DWORD register is more reliable | Warner Losh | 2008-08-09 | 1 | -15/+17 |
| * | After some intial testing, there are even slower cards than the ones | Warner Losh | 2008-08-09 | 1 | -13/+24 |
| * | Rather than waiting a fixed amount of time, which might not be enough | Warner Losh | 2008-08-09 | 1 | -12/+23 |
| * | While most bridges can bring a card out of reset in 20ms, there are | Warner Losh | 2008-08-09 | 1 | -3/+4 |
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 2 | -4/+4 |
| * | Make the PCI code aware of PCI domains (aka PCI segments) so we can | Marius Strobl | 2007-09-30 | 3 | -0/+9 |
| * | Migrate from setting a CARD_OK flag in a shared word, to setting its | Warner Losh | 2007-06-04 | 3 | -32/+21 |
| * | Don't register cb_func_filt if the client driver doesn't have a filter. | Warner Losh | 2007-06-04 | 1 | -4/+3 |
| * | Minor filter tweaks: | Warner Losh | 2007-06-03 | 1 | -26/+47 |
| * | Make the interrupt handler wrapper capable of correctly support filter+ithrea... | Paolo Pisati | 2007-05-31 | 2 | -8/+22 |
| * | o Don't hold lock over bus_teardown_intr when we're waiting for the | Warner Losh | 2007-05-16 | 1 | -5/+3 |
| * | Better message on cbb resource alloc failure | Warner Losh | 2007-05-16 | 1 | -1/+1 |
| * | Use different wait channel name for second of two sleeps. Minor commentary | Warner Losh | 2007-03-05 | 1 | -2/+2 |
| * | Reduce the number of retries to 10 from 20 for not_a_card retry test. | Warner Losh | 2007-03-04 | 1 | -5/+8 |
| * | Use pause() instead of tsleep()'s on the softc pointer that have no | John Baldwin | 2007-02-27 | 1 | -6/+6 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 3 | -5/+7 |
| * | Two changes: | Warner Losh | 2007-02-16 | 1 | -1/+4 |
| * | Fix typo in comment | Warner Losh | 2007-02-16 | 1 | -1/+1 |
| * | It turns out that it is easier to not NULL out pccard and cardbus | Warner Losh | 2007-02-15 | 1 | -14/+6 |
| * | Fix three bugs: | Warner Losh | 2007-02-15 | 1 | -6/+25 |
| * | Batch of changes: | Warner Losh | 2006-08-12 | 3 | -61/+112 |
| * | We don't have a ISA specific shutdown routine at this time, so remove | Warner Losh | 2006-06-03 | 1 | -1/+0 |
| * | Since we turn off the interrupts, we don't need to disestablish | Warner Losh | 2006-06-03 | 1 | -13/+0 |
| * | Move shutdown, and pci specific methods into pccbb_pci.c. Many more | Warner Losh | 2006-06-03 | 3 | -74/+67 |
| * | The interrupt routine is pci specific. Move it into pccbb_pci.c. | Warner Losh | 2006-06-03 | 2 | -70/+71 |
| * | Fix a couple printf's to be properly terminated. | Warner Losh | 2006-06-03 | 1 | -3/+3 |
| * | Succeed for writing bus value... nobody that calls must care :-( | Warner Losh | 2006-06-03 | 1 | -1/+1 |
| * | Zero out the devices when they are deleted. We can access the pointer after | Warner Losh | 2006-06-02 | 1 | -1/+5 |
| * | Export the pribus, secbus and subbus as sysctls for information | Warner Losh | 2006-05-24 | 2 | -20/+31 |
| * | Suspend the children before we turn off card events in hardware. This | Warner Losh | 2006-05-24 | 1 | -2/+4 |
| * | Fix a race when detaching the cbb worker thread. There were a couple | Warner Losh | 2006-05-24 | 1 | -1/+7 |
| * | Whitespace nits | Warner Losh | 2006-05-23 | 1 | -3/+3 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 2 | -2/+0 |
| * | Add missing ~. We want all the INVALID bits to be 0... Let's see if this | Warner Losh | 2006-04-16 | 1 | -1/+1 |
| * | On some laptops, under very high loads, the socket event register read | Warner Losh | 2006-03-30 | 1 | -2/+13 |
| * | Add a mask of valid socket events | Warner Losh | 2006-03-30 | 1 | -19/+20 |
| * | For each of the voltages that a card might support, make sure that the | Warner Losh | 2006-03-24 | 1 | -4/+4 |
| * | Detach the children before we delete them. This is a little cleaner | Warner Losh | 2006-02-07 | 1 | -10/+18 |
| * | Now that TUNABLE_ULONG is in the tree, and has been for a while, use it. | Warner Losh | 2006-02-04 | 1 | -3/+3 |
| * | Remove extra debugging that crept in with the integration from p4. | Warner Losh | 2005-12-31 | 1 | -1/+1 |
| * | Simplify the opening of the resources for cardbus cards. Before we'd | Warner Losh | 2005-12-29 | 1 | -102/+53 |
| * | Ensure that we're aligned at leas tto the size of the resource being requested. | Warner Losh | 2005-12-27 | 1 | -0/+21 |
| * | nits | Warner Losh | 2005-12-27 | 1 | -1/+1 |
| * | Mollify the whitespace police | Warner Losh | 2005-11-08 | 1 | -27/+27 |
| * | Shutdown a little better by commenting the shutdown code and acknowledging | Warner Losh | 2005-10-29 | 1 | -4/+9 |
| * | Shut down the card bus bridge hardware on detach. Before we'd just | Warner Losh | 2005-10-29 | 1 | -6/+14 |