index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
amd64
/
pci
Age
Commit message (
Expand
)
Author
2022-02-21
Constify struct cfattach.
Martin Pieuchot
2021-03-11
spelling
Jonathan Gray
2021-01-03
Allocate address space for reposting vga devices using km_alloc(9) rather
Jonathan Matthew
2020-10-27
Adding IOMMU support for AMD Vi and Intel VTD (disabled)
Jordan Hargrave
2020-09-26
Stop printing the extents for release.
Mark Kettenis
2020-06-17
pci_intr_establish_cpu() for establishing an interrupt no a specific cpu.
David Gwynne
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2020-05-14
Bring back the acpi(4) changes. This time around only use the ACPI _CRS
Mark Kettenis
2020-01-04
remove AMD64 strings from pcidevs
Jonathan Gray
2019-09-07
Revert acpipci(4) changes. Too many systems are broken. We'll try again
Mark Kettenis
2019-08-28
Use ACPI information to attach PCI busses like we do on arm64. There are a
Mark Kettenis
2019-06-25
Implement suspend/resume support for MSI-X interrupts. Loosely based on
Mark Kettenis
2019-05-30
Use two 32-bit writes instead of a single 64-bit write to write the
Mark Kettenis
2018-10-26
Add acpipci(4) on amd64. For now this only calls the PCI-specific _OSC
Mark Kettenis
2018-08-19
Add support for multiple PCI segments. Only really implemented for arm64
Mark Kettenis
2018-07-04
Properly pass around the PCI "chipset tag" in acpi(4) and refactor
Mark Kettenis
2018-04-28
replace add_*_randomness with enqueue_randomness()
Jasper Lievisse Adriaanse
2017-10-14
reduce the amount of includes in arch/amd64
Jonathan Gray
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2016-06-02
Fix two issues in the MSI-X code. First, actually read the MSI-X capability
Mark Kettenis
2016-05-14
Fix typo; M_NOWAIT should be EX_NOWAIT. Fortunately this was harmless.
Mark Kettenis
2016-05-04
Initial support for MSI-X. Only supported on amd64 for now. I have diffs to
Mark Kettenis
2015-08-28
fairly simple sizes for free(); ok tedu
Theo de Raadt
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-01-24
Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory
Mark Kettenis
2014-12-16
Temporarily expand the pci memory range to suit Dell 13G servers.
Jonathan Matthew
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-09-20
On i386, agp_map_subregion might sleep, which is not allowed in some of
Mark Kettenis
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-04-19
Don't panic if we're trying to disestablish an MSI but the hardware is gone.
Mark Kettenis
2014-04-08
No need for <uvm/uvm_page.h>
Martin Pieuchot
2014-04-01
More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning.
Martin Pieuchot
2014-03-26
No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,
Martin Pieuchot
2013-12-09
Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTT
Mark Kettenis
2013-12-07
Remove the agp-specific bus_dma code. It is no longer used now that
Mark Kettenis
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-11-06
Add support for Power Resources for Dx states and the necessary hook
Martin Pieuchot
2013-05-30
If ACPI is not compiled in, pci_min_powerstate() has no facts to support
Theo de Raadt
2013-05-30
Enforce ca_activate tree-walks over the entire heirarchy for all events,
Theo de Raadt
2013-03-17
Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS
Mark Kettenis
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-10-16
Change the PCI memory extent to cover the whole 64-bit memory space
Mike Belopuhov
2012-10-08
Revamp the sequences for suspend/hibernate -> resume so that the code
Theo de Raadt
2012-09-19
Set up PCI bus number resource accounting for the main PCI bus hierarchy.
Mark Kettenis
2012-09-07
Implement pci_min_powerstate().
Mark Kettenis
2011-10-29
Make sure we don't accidentally use ISA or EISA interrupt mappings on PCI
Mark Kettenis
2011-10-13
I'm sick and tired of people doing misalgned reads and writes to PCI config
Mark Kettenis
2011-06-18
Cleanup MSI code a bit by moving the code to eanble/disable MSIs into
Mark Kettenis
2011-06-16
QEMU pretends to emulate a different prehistoric Intel host bridge.
Mark Kettenis
2011-06-05
Disable MSIs in pci_intr_disestablish() when appropriate.
Mark Kettenis
[next]