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
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
2011-06-05
Direct MSIs at the appropriate CPU.
Mark Kettenis
2011-06-02
In the land of VMWare you can have the latest 64-bit AMD multicore CPU
Mark Kettenis
2011-05-30
Enable MSI on selected hardware. For now this means all Intel, AMD and NVIDIA
Mark Kettenis
2011-05-29
Don't attempt to use MSI if we're not running in APIC mode.
Mark Kettenis
2011-05-21
First stab at suporting Message Signaled Interrupts on amd64. Unfortunately
Mark Kettenis
2011-04-22
Stop printing the PCI interrupt line programmed by the BIOS for APIC
Mark Kettenis
2011-04-10
Extend the PCI memory address space to 36-bit. The first BIOSen that assign
Mark Kettenis
2011-04-02
Remove the AMD GART based iommu code.
Owain Ainsworth
2011-01-10
Only use MMCFG extended PCIe config space. Gets us back the on-CPU PCI devic...
Mark Kettenis
2011-01-09
Only use memory mapped extended PCIe config space access for the busses
Mark Kettenis
2011-01-04
Add support for Memory Mapped Configuration space access. This gives us
Mark Kettenis
2010-12-04
Introduce a new pci routine, pci_conf_size(), which returns the size of a
Miod Vallat
2010-09-10
Provide a bus_dmamap_sync() implementation for the IOMMU. Fixes bigmem.
Mark Kettenis
2010-09-06
Make sure bus_dmamap_sync() always involves a function call, to prevent the
Mark Kettenis
2010-08-31
Add DVACT_QUIECE support. This is called before splhigh() and before
Theo de Raadt
2010-08-31
pchbactivate should return result of config_activate_children
Theo de Raadt
2010-08-07
On resume, re-activate the host RNG on the host bridges that need it.
Theo de Raadt
2010-07-08
Add mapping for ACPI device to PCI bdf (match autoconf tree)
Jordan Hargrave
2010-07-08
use config_activate_children to get down to the isa bus activation code
Theo de Raadt
2010-07-01
Backout recent AML changes, breaks on R210 and others
Jordan Hargrave
2010-06-29
Add support for mapping ACPI to PCI devices
Jordan Hargrave
2010-06-24
The new AMD Opteron CPUs have up to 4 HyperTransport links instead of 3.
Mark Kettenis
2010-05-10
Continue with the horrible habit of using agp_machdep.c for agp related MD
Owain Ainsworth
2010-04-08
Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd()
Owain Ainsworth
2010-04-02
For the VT8251 host bridge, only attach the pci bus is non-zero, otherwise
Mark Kettenis
2010-02-09
Switching the strange VIA VT8251 PCIE host bridge into a PCI-PCI bridge
Mark Kettenis
2009-11-23
pchb must walk children too
Theo de Raadt
2009-09-28
Make video buffer area and BIOS areas unavailable for PCI resource allocation.
Mark Kettenis
2009-09-18
For some dark reason there's a bit on the VLINK device of this chipset
Mark Kettenis
2009-08-22
Constify the what/name parameter of pci_intr_establish().
Michael Knudsen
2009-07-20
Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow the
Miod Vallat
2009-06-14
Make sure the pglist is TAILQ_INIT()'ed before invoking uvm_pglistalloc().
Miod Vallat
2009-06-06
add an interface to agp to create a bus_dma_tag over a range of the
Owain Ainsworth
2009-06-06
option X86EMU is how this subsystem is brought into a kernel
Theo de Raadt
2009-06-06
fix include paths
Theo de Raadt
2009-06-06
Add vga bios repost support. Fetched from the NetBSD tree mostly.
Paul Irofti
2009-05-18
Add missing breaks so we don't fallthrough into
Jonathan Gray
2009-05-07
Move amas device from arch/amd64 to dev/pci and enable it in i386 as well.
Ariane van der Steldt
2009-05-04
type pedantry.
Owain Ainsworth
2009-04-29
Extend pciio extents to cover the while 32-bit address space. The processor
Mark Kettenis
2009-04-21
Simplify PCI config space access code. There is no way we're ever going to
Mark Kettenis
[next]