summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/vpci.c
AgeCommit message (Expand)Author
2011-07-25Disable MSI for now; something is still not quite right on UltrSPARC T2Mark Kettenis
2011-07-06Split some generic MSI code out into its own file.Mark Kettenis
2011-07-06Move pci_msi_enable() out of the vpci(4) driver into the MD pci(4) code.Mark Kettenis
2011-06-26First stab at MSI support for vpci(4). Still a few rough edges, but seemsMark Kettenis
2011-06-26Fix some inconsistencies in how we build 64-bit addresses from OF properties.Mark Kettenis
2010-12-05PCIe based sparc64 machines have always supported access to the extended PCIeMark Kettenis
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2009-03-29bzero pci attach argsMark Kettenis
2009-01-02Make IOMMU code use the generic _bus_dmamem_map() and _bus_dmamem_unmap().Mark Kettenis
2008-04-08For some reason access to io space using ASI_PHYS_NON_CACHED_LITTLE doesn'tMark Kettenis
2008-03-09Driver for the virtual PCI host bridge on sun4v.Mark Kettenis