| Commit message (Expand) | Author | Age | Files | Lines |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 3 | -4/+4 |
* | Fix paths after repocopies done by scottl | Tom Rhodes | 2004-11-10 | 1 | -2/+2 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | Marius Strobl | 2004-08-12 | 2 | -33/+67 |
* | These don't need RMAN_RESOURCE_VISIBLE now that rman is visible | Warner Losh | 2004-07-03 | 1 | -1/+0 |
* | These need __RMAN_RESOURCE_VISIBLE, too. | Marius Strobl | 2004-06-30 | 1 | -0/+2 |
* | Port the NetBSD esp(4) driver. This only includes the sbus front-end, so | Scott Long | 2004-06-10 | 3 | -0/+1041 |
* | Add missing <sys/module.h> #includes | Poul-Henning Kamp | 2004-06-04 | 1 | -0/+1 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 2 | -8/+0 |
* | The compatibility specification property is named "compatible", not | Thomas Moestl | 2004-03-27 | 1 | -1/+1 |
* | Don't confuse NULL with 0. | David E. O'Brien | 2003-12-26 | 1 | -3/+3 |
* | s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev | Warner Losh | 2003-08-23 | 1 | -1/+1 |
* | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -1/+1 |
* | Further cleanup of the sparc64 busdma implementation: | Thomas Moestl | 2003-06-18 | 1 | -9/+2 |
* | Remove the psycho and sbus iommu function stubs, and put the pointer | Thomas Moestl | 2003-06-11 | 1 | -125/+19 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | Scott Long | 2003-05-27 | 1 | -2/+3 |
* | De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways. | Scott Long | 2003-05-26 | 1 | -25/+0 |
* | - Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB were | Thomas Moestl | 2003-05-02 | 1 | -1/+1 |
* | fix typo in the previous commit. | Hidetoshi Shimokawa | 2003-04-12 | 1 | -1/+1 |
* | Change the operation parameter of bus_dmamap_sync() from an | Maxime Henrion | 2003-04-10 | 1 | -3/+2 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Fix some more missing dt_ prefixes for dma tag fields. | Scott Long | 2003-01-29 | 1 | -2/+2 |
* | Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() as | Scott Long | 2003-01-29 | 1 | -0/+25 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | Change the iommu code to be able to handle more than one DVMA area per | Thomas Moestl | 2003-01-06 | 1 | -0/+28 |
* | Bump the IOMMU TSB size to 32kB, to match the default size on PCI | Thomas Moestl | 2003-01-06 | 1 | -1/+1 |
* | Prefix the members of struct bus_space_tag and struct bus_dma_tag with | Thomas Moestl | 2003-01-06 | 1 | -18/+18 |
* | 1.) fix a copy-and-paste-o in a panic() message | Thomas Moestl | 2003-01-06 | 1 | -14/+36 |
* | Always initialize the UPA target module id in the interrupt mapping | Thomas Moestl | 2002-12-01 | 1 | -9/+9 |
* | Remove some long-dead cruft in the interrupt handling code which was | Thomas Moestl | 2002-12-01 | 1 | -44/+31 |
* | Typo fix. | Maxime Henrion | 2002-08-19 | 1 | -1/+1 |
* | Set interrupt clear pointer for SBus slots to point to correct spot. | Matt Jacob | 2002-07-25 | 1 | -2/+2 |
* | When multiple IOMMUs are present in a system, use a single TSB for all | Thomas Moestl | 2002-07-16 | 1 | -14/+6 |
* | Revamp the busdma implementation a bit: | Thomas Moestl | 2002-03-24 | 1 | -32/+40 |
* | Add support for the SBus, which is used in early Sun UltraSPARC machines. | Thomas Moestl | 2002-02-13 | 4 | -0/+1298 |