| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 261216: | John Baldwin | 2014-01-30 | 1 | -1/+15 |
| * | Merge r254263: | Scott Long | 2013-08-13 | 1 | -4/+1 |
| * | MFC: r227309 (partial) | Marius Strobl | 2013-03-09 | 2 | -2/+2 |
| * | MFC r238954 - Restore the PCI bridge configuration upon resume. | Adrian Chadd | 2012-09-09 | 1 | -0/+5 |
| * | MFC r226173, r227843, r227848 and r227908: | Hans Petter Selasky | 2011-12-31 | 2 | -4/+2 |
| * | Mark the card as bad on shutdown. This means that bus_child_present | Warner Losh | 2011-06-21 | 1 | -0/+6 |
| * | More expeirmentation suggests that 10ms isn't as reliable as | Warner Losh | 2011-06-18 | 1 | -2/+2 |
| * | After we get a good power signal, always wait about 10ms before | Warner Losh | 2011-06-18 | 1 | -4/+16 |
| * | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 1 | -1/+1 |
| * | Temporarily revert the new-bus locking for 8.0 release. It will be | John Baldwin | 2009-08-20 | 1 | -2/+9 |
| * | Make the newbus subsystem Giant free by adding the new newbus sxlock. | Attilio Rao | 2009-08-02 | 1 | -9/+2 |
| * | Revert r190676,190677 | Andrew Thompson | 2009-04-10 | 1 | -1/+1 |
| * | Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called | Andrew Thompson | 2009-04-03 | 1 | -1/+1 |
| * | Better name for this routine... it doesn't reset the card, but resets | Warner Losh | 2009-03-12 | 1 | -4/+4 |
| * | Hold off root mounting until we've gone through the loop of our thread | Warner Losh | 2009-02-17 | 3 | -0/+11 |
| * | Correct signatures to match kobj function definitions. | Warner Losh | 2009-02-04 | 3 | -22/+19 |
| * | Update to the interrupt handling code: | Warner Losh | 2008-12-11 | 1 | -35/+58 |
| * | Minor tweaks to some of the comments. Also, add a XXX wondering if we | Warner Losh | 2008-12-07 | 1 | -17/+18 |
| * | Use '0' rather than PZERO to not change the priority that I'm waiting | Warner Losh | 2008-12-07 | 1 | -3/+3 |
| * | Use atomic_add_int rather than a simple ++ to ensure no cache races if | Warner Losh | 2008-12-07 | 1 | -1/+1 |
| * | Move to using filter for the change interrupts. Also rework the power | Warner Losh | 2008-12-05 | 3 | -37/+24 |
| * | Minor style nit. | Warner Losh | 2008-12-05 | 1 | -2/+2 |
| * | Augment comments, and move things around a smidge. | Warner Losh | 2008-12-05 | 1 | -17/+17 |
| * | Implement a method described in NetBSD PR 36652 for coping with the | Warner Losh | 2008-12-05 | 1 | -1/+12 |
| * | 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 |