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
/
sparc64
/
dev
/
vpci.c
Age
Commit message (
Expand
)
Author
2014-12-09
Replace some malloc(n*size,...) calls with mallocarray().
Doug Hogan
2014-11-24
Actually, the previous change didn't quite work on the SPARC T5-2. But if
Mark Kettenis
2014-11-24
Add missing pci_msiq_setstate and pci_msi_setstate calls. Makes MSI work
Mark Kettenis
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-05-10
Some straightforward format string fixes. Also, print both the tx and rx
Mark Kettenis
2014-01-24
Add support for BUS_INTR_ESTABLISH_MPSAFE.
Mark Kettenis
2012-10-29
Set the type of a processed MSI data record to 0, and check that the type
Mark Kettenis
2011-07-25
Disable MSI for now; something is still not quite right on UltrSPARC T2
Mark Kettenis
2011-07-06
Split some generic MSI code out into its own file.
Mark Kettenis
2011-07-06
Move pci_msi_enable() out of the vpci(4) driver into the MD pci(4) code.
Mark Kettenis
2011-06-26
First stab at MSI support for vpci(4). Still a few rough edges, but seems
Mark Kettenis
2011-06-26
Fix some inconsistencies in how we build 64-bit addresses from OF properties.
Mark Kettenis
2010-12-05
PCIe based sparc64 machines have always supported access to the extended PCIe
Mark Kettenis
2010-12-04
Introduce a new pci routine, pci_conf_size(), which returns the size of a
Miod Vallat
2009-03-29
bzero pci attach args
Mark Kettenis
2009-01-02
Make IOMMU code use the generic _bus_dmamem_map() and _bus_dmamem_unmap().
Mark Kettenis
2008-04-08
For some reason access to io space using ASI_PHYS_NON_CACHED_LITTLE doesn't
Mark Kettenis
2008-03-09
Driver for the virtual PCI host bridge on sun4v.
Mark Kettenis