aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/iommuvar.h
Commit message (Expand)AuthorAgeFilesLines
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingMarius Strobl2011-03-121-3/+1
* - Add support for the IOMMUs of Fire JBus to PCIe and Oberon UranusMarius Strobl2009-12-231-4/+7
* - Allow the front-end to specify that iommu(4) should disableMarius Strobl2008-11-161-3/+6
* - Use the name returned by device_get_nameunit(9) for the name of theMarius Strobl2008-05-071-7/+8
* - Divorce the IOTSBs, which so far where handled via a global listMarius Strobl2007-08-051-10/+19
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Lock down the IOMMU bus_dma implementation to make it safe to useThomas Moestl2003-07-101-19/+32
* Further cleanup of the sparc64 busdma implementation:Thomas Moestl2003-06-181-13/+1
* Remove the psycho and sbus iommu function stubs, and put the pointerThomas Moestl2003-06-111-18/+13
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.Scott Long2003-05-261-4/+0
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-1/+1
* Use vm_paddr_t for physical addresses.Jake Burkholder2003-04-081-2/+2
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asScott Long2003-01-291-0/+4
* Change the iommu code to be able to handle more than one DVMA area perThomas Moestl2003-01-061-0/+4
* When multiple IOMMUs are present in a system, use a single TSB for allThomas Moestl2002-07-161-5/+4
* Revamp the busdma implementation a bit:Thomas Moestl2002-03-241-12/+12
* Add code to print the fault virtual address for uncorrectable DMA errorsThomas Moestl2002-03-231-0/+1
* Remove __P.Alfred Perlstein2002-03-211-18/+18
* Merge r1.42 of iommu.c and r1.9 of iommuvar.h from NetBSD (this addsThomas Moestl2002-02-131-14/+34
* Support for the UltraSpac DVMA MMU (IOMMU), ported from NetBSD.Thomas Moestl2001-11-091-0/+79