| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvs | cvs2svn | 2006-05-06 | 1 | -1/+1 |
* | MFC: sys/sparc64/central/central.c 1.11, sys/sparc64/ebus/ebus.c 1.25 (partial), | Marius Strobl | 2006-01-30 | 1 | -0/+3 |
* | MFC: sys/sparc64/pci/psycho.c 1.54 - 1.57, | Marius Strobl | 2006-01-23 | 1 | -250/+272 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | Marius Strobl | 2004-08-12 | 1 | -4/+7 |
* | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -1/+2 |
* | 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/+1 |
* | Add missing <sys/module.h> #includes | Poul-Henning Kamp | 2004-06-04 | 1 | -0/+1 |
* | - Remove the old sparc64 OFW PCI code (as opposed to the former | Marius Strobl | 2004-05-08 | 1 | -153/+0 |
* | Some code cleanup: | Thomas Moestl | 2004-04-25 | 1 | -65/+22 |
* | Don't confuse NULL with 0. | David E. O'Brien | 2003-12-26 | 1 | -3/+3 |
* | - Clear the CE AFSR bits which indicate the error condition when handling | Thomas Moestl | 2003-09-04 | 1 | -1/+3 |
* | s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev | Warner Losh | 2003-08-23 | 1 | -2/+2 |
* | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
* | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -1/+1 |
* | Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCI | Thomas Moestl | 2003-07-01 | 1 | -69/+159 |
* | add support for peeking at pci busses on UltraSparc systems. This prevents | John-Mark Gurney | 2003-06-22 | 1 | -12/+19 |
* | Further cleanup of the sparc64 busdma implementation: | Thomas Moestl | 2003-06-18 | 1 | -9/+2 |
* | Remove the PSYCHO_STRAY option - it was never really useful. Adjust a | Thomas Moestl | 2003-06-12 | 1 | -49/+5 |
* | Remove the psycho and sbus iommu function stubs, and put the pointer | Thomas Moestl | 2003-06-11 | 1 | -144/+23 |
* | Fix interrupt assignment for non-builtin PCI devices on e450s. | Thomas Moestl | 2003-05-30 | 1 | -8/+43 |
* | 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 | -27/+0 |
* | - Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB were | Thomas Moestl | 2003-05-02 | 1 | -1/+1 |
* | Change the operation parameter of bus_dmamap_sync() from an | Maxime Henrion | 2003-04-10 | 1 | -3/+2 |
* | Use vm_paddr_t for physical addresses. | Jake Burkholder | 2003-04-08 | 1 | -3/+4 |
* | 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/+27 |
* | 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/+30 |
* | Prefix the members of struct bus_space_tag and struct bus_dma_tag with | Thomas Moestl | 2003-01-06 | 1 | -18/+18 |
* | - remove some outdated comments | Thomas Moestl | 2003-01-06 | 1 | -33/+16 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
* | Exclude yet more interrupt mapping registers from the OBIO INO search, | Thomas Moestl | 2002-12-06 | 1 | -2/+2 |
* | Always initialize the UPA target module id in the interrupt mapping | Thomas Moestl | 2002-12-01 | 1 | -7/+7 |
* | 1.) Do not look for PCI INOs in the FFB interrupt mapping registers; they | Thomas Moestl | 2002-12-01 | 1 | -2/+6 |
* | Don't register the powerfail interrupt as fast in the | Thomas Moestl | 2002-11-14 | 1 | -2/+8 |
* | Add two new workaround for firmware anomalies: | Thomas Moestl | 2002-11-07 | 1 | -1/+1 |
* | Add "pci108e,8000" (psycho) and "pci108e,a000" (US-IIi sabre) to the list of | Thomas Moestl | 2002-10-16 | 1 | -37/+54 |
* | Use a linked list to keep the psycho softcs instead of a statically | Thomas Moestl | 2002-10-16 | 1 | -22/+10 |
* | Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, to | Jake Burkholder | 2002-09-28 | 1 | -1/+1 |
* | When multiple IOMMUs are present in a system, use a single TSB for all | Thomas Moestl | 2002-07-16 | 1 | -1/+1 |
* | Add PCI bus enumeration and latency timer setup to the sparc64 MD PCI | Thomas Moestl | 2002-06-12 | 1 | -15/+45 |
* | Do not try to set up the PCI bus B error interrupt on "sabre"s, since | Thomas Moestl | 2002-04-02 | 1 | -12/+14 |
* | Revamp the busdma implementation a bit: | Thomas Moestl | 2002-03-24 | 1 | -32/+41 |
* | Make the OpenFirmware interrupt mapping code more generic, to reduce | Thomas Moestl | 2002-03-24 | 1 | -17/+16 |
* | Map the device memory belonging to resources of type SYS_RES_MEMORY into | Thomas Moestl | 2002-03-24 | 1 | -0/+17 |
* | Add code to print the fault virtual address for uncorrectable DMA errors | Thomas Moestl | 2002-03-23 | 1 | -0/+8 |