Age | Commit message (Expand) | Author |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-02-03 | Implement Multiple Message MSI support on arm64. As on amd64 this is | Mark Kettenis |
2023-04-13 | Remove intentionally undocumented pci_{io,mem}_find and convert their last | Miod Vallat |
2022-01-04 | struct pci_matchid is useful an upcoming userland program that wants | Theo de Raadt |
2021-07-23 | pci_intr_msix_count() is the function that drivers using multiple MSI-X | Jonathan Matthew |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala |
2020-09-08 | Add a function to scan for PCI Express extended capabilities. | Mark Kettenis |
2020-06-17 | add pci_intr_msix_count(), to get the msi-x table size for a device. | David Gwynne |
2019-06-25 | Implement suspend/resume support for MSI-X interrupts. Loosely based on | Mark Kettenis |
2019-06-17 | Split out the code that assigns addresses to BARs into its own function. | Mark Kettenis |
2018-07-28 | Add function to convert a PCI device "tag" into a PCIe requester ID. | Mark Kettenis |
2013-08-08 | Make it possible for graphics drivers to opt-out of VGA arbitration. | Mark Kettenis |
2013-08-07 | Mimic what's done on sparc64 and parse the OpenFirmware device tree to | Martin Pieuchot |
2012-09-19 | Add resource tracking for PCI bus numbers. This will allow us to prevent | Mark Kettenis |
2011-05-30 | Enable MSI for HyperTransport devices that have MSI remapping enabled. | Mark Kettenis |
2011-05-21 | Introduce a flag to indicate that it is ok to use MSI on a certain PCI bus | Mark Kettenis |
2011-05-14 | Pass flags down the PCI bus hierarchy. Soon to be used to selectively enable | Mark Kettenis |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-05 | Add an ioctl to figure out the non-sticky bits in PCI BARs used for determining | Mark Kettenis |
2010-08-27 | Make PCI Power Management optional, and only enable it when acpi(4) attaches. | Mark Kettenis |
2010-08-17 | Power management for PCI devices. For now just put everything in the D3 | Mark Kettenis |
2009-05-05 | Add extents for prefetchable memory mapped I/O. Should remove conflict | Mark Kettenis |
2009-04-06 | Set a first step on the road towards proper accounting of PCI resources by | Mark Kettenis |
2007-12-31 | On some machines we get hotplug interrupts when they're resumed, so don't | Mark Kettenis |
2007-11-26 | Add PCI VPD read/write functions from NetBSD required for some things | Jonathan Gray |
2007-10-22 | Add pci_set_powerstate() to change the pm state for a given device. | Federico G. Schwindt |
2007-08-01 | cats went away | Theo de Raadt |
2007-05-21 | Implement deep interrupt swizzling by mapping all four PCI interrupt pins | Mark Kettenis |
2007-02-23 | hide all the things userland should not see, so that this file can be | Theo de Raadt |
2007-01-02 | Provide a new function, pci_findproduct(), which is analog to pci_findvendor(). | Marc Balmer |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-11 | On i386, swizzle interrupts for devices for which we don't have explicit | Mark Kettenis |
2006-04-07 | implement a check whether a BAR is present at all at a given | Brad Smith |
2006-03-22 | Add pci_find_device() a helper function for enumerating the | Jonathan Gray |
2006-03-19 | - check HDRTYPE early, and ignore if it is not supported (n > 2). | Brad Smith |
2006-03-19 | rev 1.86 | Brad Smith |
2006-03-13 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | Brad Smith |
2006-03-11 | move PCI softc struct from pci.c to pcivar.h | Brad Smith |
2005-06-29 | add some Power Management constants | Brad Smith |
2005-06-02 | use much simpler switch for pci_machdep.h; ok drahn@ whatever tdr (; | Michael Shalayeff |
2004-12-07 | Remove the PCI-ISA bridge callback mechanism; it's no longer needed. | Brad Smith |
2004-11-30 | add hppa64 hook | Michael Shalayeff |
2004-08-09 | remove some old stuff and clean up. arc and galileo is gone. | Per Fogelstrom |
2004-08-06 | sgi support; from pefo@ | Michael Shalayeff |
2004-06-25 | Provide information about the raw (unswizzled) intrrupt pin in | Artur Grabowski |
2004-01-31 | Add pci_machdep hook for cats. ok deraadt@ | Dale Rahn |
2004-01-28 | an amd64 arch support. | Michael Shalayeff |
2003-12-12 | another small compiler warning cleanup (#error instead of bailing out) | Hans-Joerg Hoexer |
2003-10-06 | more pci_flags, unused for now; from netbsd. | Federico G. Schwindt |
2003-09-29 | pci support for hppa | Michael Shalayeff |