| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 261790: | jhb | 2015-04-01 | 1 | -32/+206 |
* | MFC r264007,r264008,r264009,r264011,r264012,r264013 | rstone | 2015-03-01 | 1 | -6/+164 |
* | MFC 277710: | jhb | 2015-02-12 | 1 | -2/+4 |
* | MFC 261524,261526,261527: | jhb | 2014-02-19 | 1 | -0/+19 |
* | Properly handle I/O windows in bridges with the ISA enable bit set. These | jhb | 2013-07-18 | 1 | -86/+403 |
* | - As it turns out, not only MSI-X is broken for devices passed through by | marius | 2013-07-09 | 1 | -2/+5 |
* | Explicitly enable busmastering on PCI-PCI bridges. Transactions initiated | jhb | 2012-08-06 | 1 | -0/+7 |
* | For subtractively decoding bridges, don't try to grow windows but pass | marius | 2012-06-27 | 1 | -2/+2 |
* | Add a 'wmask' variable to hold the expression '(1ul << w->step) - 1' in | jhb | 2012-06-19 | 1 | -9/+8 |
* | Fix another off-by-one error in the previous fix so that the new start | jhb | 2012-06-19 | 1 | -2/+2 |
* | Fix a couple of bugs that prevented windows in PCI-PCI bridges from | jhb | 2012-06-13 | 1 | -3/+3 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -2/+1 |
* | Respect the BIOS/firmware's notion of acceptable address ranges for PCI | jhb | 2011-07-15 | 1 | -12/+0 |
* | Properly align the end of a candidate back region based on the window's | jhb | 2011-07-12 | 1 | -1/+1 |
* | Split out host_pcib_get_busno() from the generic PCI-PCI bridge driver to | jhb | 2011-06-24 | 1 | -92/+0 |
* | Fix some off-by-one errors with the ending address of candidate regions | jhb | 2011-06-10 | 1 | -3/+4 |
* | Reimplement how PCI-PCI bridges manage their I/O windows. Previously the | jhb | 2011-05-03 | 1 | -5/+645 |
* | Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver, | jhb | 2011-05-02 | 1 | -0/+1 |
* | Add device IDs for two more ServerWorks Host-PCI bridges so that we can | jhb | 2010-11-25 | 1 | -0/+2 |
* | Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets you | jkim | 2010-10-20 | 1 | -1/+1 |
* | Do not apply do_power_resume for suspending P2P bridge as we did in r214064. | jkim | 2010-10-20 | 1 | -1/+1 |
* | Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). This | jhb | 2010-08-17 | 1 | -20/+21 |
* | Implement a rudimentary suspend/resume methods for PCI P2P bridge. | jkim | 2009-12-10 | 1 | -56/+199 |
* | Revert junk from last commit. These are WIP and not ready (and don't | imp | 2009-05-20 | 1 | -15/+0 |
* | We no longer need to use d_thread_t, migrate to struct thread *. | imp | 2009-05-20 | 1 | -0/+15 |
* | Don't adjust ranges at all for subtractive bridges. The simple-minded | imp | 2009-03-15 | 1 | -0/+4 |
* | Two fixes: | imp | 2009-03-14 | 1 | -16/+12 |
* | Style nit. Continued lines are indented 2 spaces in this file. | imp | 2008-09-03 | 1 | -4/+4 |
* | The config space registers holding the upper 32-bits of the prefetchable | jhb | 2008-08-20 | 1 | -4/+16 |
* | Update a comment about not numbering pci busses. This may soon be | imp | 2008-08-17 | 1 | -7/+9 |
* | Remove useless #if 1. | imp | 2008-08-16 | 1 | -2/+0 |
* | Add some sysctl reporting for most pci_pci bridges. We now report | imp | 2008-08-16 | 1 | -0/+17 |
* | SATA device on some nForce based boards could get confused if MSI is not | luoqi | 2008-07-23 | 1 | -1/+7 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 1 | -1/+8 |
* | Fix a typo in pcib_alloc_msi{x} which resulted in the | gallatin | 2007-05-23 | 1 | -2/+2 |
* | Revamp the MSI/MSI-X code a bit to achieve two main goals: | jhb | 2007-05-02 | 1 | -11/+12 |
* | - Add missing constants for subclasses. | jhb | 2007-03-31 | 1 | -1/+1 |
* | Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support. | jhb | 2007-01-22 | 1 | -0/+11 |
* | - Add a new flag to the PCI-PCI driver to disable MSI on devices behind the | jhb | 2007-01-13 | 1 | -0/+9 |
* | First cut at MI support for PCI Message Signalled Interrupts (MSI): | jhb | 2006-11-13 | 1 | -0/+45 |
* | Don't try to print a NULL string during boot. If a device doesn't have a | jhb | 2006-11-09 | 1 | -9/+15 |
* | More fully support 64-bit bars. Prior to this commit, we supported | imp | 2006-10-30 | 1 | -33/+39 |
* | Remove redundant casts. The casts inside the macros should be | imp | 2006-10-12 | 1 | -4/+4 |
* | Free allocated environment variables after use. | jkim | 2006-04-21 | 1 | -4/+12 |
* | - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the | jhb | 2006-01-06 | 1 | -7/+2 |
* | fix CardBus issue for Compaq R3000 series laptop | jkim | 2005-08-26 | 1 | -0/+18 |
* | Add a detach for pci bridge and pci bus drivers. This allows one to | imp | 2005-04-29 | 1 | -0/+1 |
* | In pcib_alloc_resource() check if the resource allocation request is | marcel | 2005-04-29 | 1 | -0/+16 |
* | Add code to read the primary PCI bus number out of the Compaq/HP 6010 | jhb | 2005-03-25 | 1 | -0/+5 |
* | For the I/O port case, we need to set ok to 1 if we have what looks | imp | 2005-02-18 | 1 | -8/+15 |