| Commit message (Expand) | Author | Age | Files | Lines |
* | We're waiting on a struct proc *, not a struct thread *. Fix a | Warner Losh | 2015-08-21 | 1 | -1/+1 |
* | Add some data found in TI's application note "SCPA035: PCI1510 | Warner Losh | 2015-05-05 | 1 | -0/+7 |
* | When dealing with the TI12XX family of parts, we sometimes need to | Warner Losh | 2015-05-05 | 1 | -2/+12 |
* | Update the pci_cfg_save/restore routines to operate on bridge devices | John Baldwin | 2015-04-22 | 1 | -42/+6 |
* | Cosmetic change: use PCIR_SECLAT_2 rather than PCIR_SECLAT_1. | John Baldwin | 2015-04-22 | 1 | -2/+2 |
* | On my Lenovo T400, a Atheros 2413 has a problem powering up | Warner Losh | 2015-02-18 | 1 | -17/+48 |
* | Always enable I/O, memory and dma cycles. Some BIOSes don't enable | Warner Losh | 2015-01-16 | 1 | -3/+3 |
* | Move the suspsned and resume functions to the bus attachment. They | Warner Losh | 2015-01-16 | 4 | -61/+71 |
* | Suspend and resume were the only two functions not to follow the brdev | Warner Losh | 2015-01-16 | 1 | -8/+8 |
* | Back out the refactor. It turns out to cause interrupt storms on | Warner Losh | 2015-01-16 | 4 | -112/+100 |
* | Various interrelated fixes to make suspend / resume work better. We now | Warner Losh | 2015-01-14 | 4 | -100/+112 |
* | Fix typo pointed out by avg@ and Joerg Sonnenberger. Add a clarifying | Warner Losh | 2014-11-18 | 1 | -4/+4 |
* | Modernize comments about BIOSes being lame since in this detail they | Warner Losh | 2014-11-18 | 1 | -6/+10 |
* | Remove stray empty comment. The code is adequately explained in the | Warner Losh | 2014-11-17 | 1 | -2/+0 |
* | For reasons which are not clear, r254263 broke some PCMCIA and CardBus | Gavin Atkinson | 2014-08-03 | 1 | -0/+2 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 2 | -11/+5 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 2 | -5/+11 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 2 | -11/+5 |
* | Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge | John Baldwin | 2014-02-12 | 4 | -20/+88 |
* | Explicitly enable I/O and memory decoding in the bridge's command register | John Baldwin | 2014-01-27 | 1 | -1/+15 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long | 2013-08-12 | 1 | -4/+1 |
* | Restore the PCI bridge configuration upon resume. | Adrian Chadd | 2012-07-31 | 1 | -0/+5 |
* | Some laptops have weak power controllers that cannot tolerate multiple | Warner Losh | 2012-01-27 | 1 | -0/+7 |
* | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 2 | -4/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 2 | -2/+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 |