| Commit message (Expand) | Author | Age | Files | Lines |
* | Add quirk to indicate that the bhyve hostbridge is capable of supporting | neel | 2013-01-05 | 1 | -0/+1 |
* | Always initialize pattern_buf pointers to NULL, otherwise AMD64 machine | davidxu | 2012-12-26 | 1 | -4/+2 |
* | Remove duplicate const specifiers in many drivers (I hope I got all of | dim | 2012-11-05 | 1 | -1/+1 |
* | Add missing Extended Capability ID Numbers from PCIe 3.0. | imp | 2012-10-19 | 1 | -2/+12 |
* | Fix zillions of style(9) and spacing bugs introduced by r240981. | glebius | 2012-09-27 | 1 | -140/+142 |
* | Fix several build failures for !COMPAT_FREEBSD32 and | glebius | 2012-09-27 | 1 | -31/+44 |
* | Add 32-bit ABI compat shims. Those are necessary for i386 binary-only | sobomax | 2012-09-27 | 1 | -6/+201 |
* | The correct generic term for PCIS_STORAGE_NVM is "NVM" not "NVM Express". | gavin | 2012-09-20 | 1 | -1/+1 |
* | Recognise NVM Express devices and pretty-print their name. | gavin | 2012-09-19 | 1 | -0/+1 |
* | Add constants for programming interfaces for NVM/solid state storage | jimharris | 2012-09-19 | 1 | -0/+2 |
* | Add PCI subclass for NVM Express devices. | gavin | 2012-09-19 | 1 | -0/+1 |
* | Align the PCI Express #defines with the style used for the PCI-X | gavin | 2012-09-18 | 2 | -181/+181 |
* | - Add #defines for the bits within the iPCI Express PCIR_EXPRESS_LINK_CTL | gavin | 2012-09-17 | 1 | -1/+15 |
* | - Add some registers defined in PCI 3.0 including new AER bits. | jhb | 2012-09-13 | 1 | -11/+68 |
* | Add #defines for the bits in the PCI Express SLOT registers. Names | gavin | 2012-09-05 | 1 | -0/+32 |
* | 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 |
* | Add 'drmn' device as another drm child, to allow drm2 drivers to live | kib | 2012-05-23 | 1 | -0/+1 |
* | Only check to see if a memory resource is a PCI ROM BAR when activating | jhb | 2012-05-23 | 1 | -2/+2 |
* | Fix couple of style nits. | jkim | 2012-03-29 | 1 | -2/+2 |
* | Revert r233662 and generalize the hack. Writing zero to BAR actually does | jkim | 2012-03-29 | 1 | -41/+6 |
* | Use a more proper fix for enabling HT MSI mapping windows on Host-PCI | jhb | 2012-03-29 | 1 | -1/+1 |
* | Fix for boot issue: Don't disable BARs on AGP devices. In general: | hselasky | 2012-03-29 | 1 | -0/+21 |
* | Add a PCI quirk to ignore PCI map registers from configuration space. | jkim | 2012-03-14 | 1 | -8/+36 |
* | Save more of config space for PCI Express and PCI-X devices. | kan | 2012-03-08 | 3 | -0/+127 |
* | Remove the PAE-specific 2GB DMA boundary since HEAD now supports a proper 4G | jhb | 2012-03-07 | 1 | -11/+0 |
* | Simplify the PCI bus dma tag code a bit. First, don't create a tag at | jhb | 2012-03-07 | 2 | -8/+15 |
* | Expand the set of APIs available for locating PCI capabilities: | jhb | 2012-03-03 | 6 | -7/+163 |
* | Update the pci_get_vpd_readonly() wrapper to use 'vptr' instead of | jhb | 2012-03-03 | 1 | -2/+2 |
* | Fix a typo. | jhb | 2012-03-03 | 1 | -1/+1 |
* | - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge. | jhb | 2012-03-02 | 2 | -5/+64 |
* | Add pci_save_state() and pci_restore_state() wrappers around | jhb | 2012-03-01 | 2 | -0/+21 |
* | Use pci_printf() instead of a home-rolled version in the VPD parsing code. | jhb | 2012-02-29 | 1 | -17/+9 |
* | - As it turns out, MSI-X is broken for at least LSI SAS1068E when passed | marius | 2012-02-14 | 1 | -10/+11 |
* | Fix a spelling mistake in the surprise link down error constant. | jhb | 2012-01-31 | 1 | -1/+1 |
* | Add a constant for the PCI-e surprise link down uncorrectable error. | jhb | 2012-01-30 | 1 | -0/+1 |
* | Properly return success once a matching VPD entry is found in | jhb | 2012-01-19 | 1 | -3/+1 |
* | Implement BUS_ADD_CHILD() for the isab(4) driver. It already calls | jhb | 2011-12-14 | 1 | -0/+1 |
* | Add a constant for the Advisory Non-Fatal Error bit in AER corrected error | jhb | 2011-11-30 | 1 | -0/+1 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 3 | -6/+3 |
* | Add missing XHCI early takeover code. The XHCI takeover code | hselasky | 2011-07-22 | 1 | -1/+66 |
* | Respect the BIOS/firmware's notion of acceptable address ranges for PCI | jhb | 2011-07-15 | 3 | -13/+184 |
* | PCIB_ALLOC_MSIX() may already fail on the first pass, f.e. when the PCI-PCI | marius | 2011-07-13 | 1 | -1/+4 |
* | Properly align the end of a candidate back region based on the window's | jhb | 2011-07-12 | 1 | -1/+1 |
* | Implement pci_find_class(9), the function to find a pci device by its class. | kib | 2011-07-09 | 2 | -0/+16 |
* | Split out host_pcib_get_busno() from the generic PCI-PCI bridge driver to | jhb | 2011-06-24 | 2 | -92/+130 |
* | Minor whitespace and style fixes. | jhb | 2011-06-21 | 1 | -3/+4 |