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
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