summaryrefslogtreecommitdiff
path: root/sys/sparc64/pci/psycho.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* MFC: sys/sparc64/central/central.c 1.11, sys/sparc64/ebus/ebus.c 1.25 (partial),Marius Strobl2006-01-301-0/+3
* MFC: sys/sparc64/pci/psycho.c 1.54 - 1.57,Marius Strobl2006-01-231-250/+272
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-4/+7
* Update for the KDB framework:Marcel Moolenaar2004-07-101-1/+2
* These don't need RMAN_RESOURCE_VISIBLE now that rman is visibleWarner Losh2004-07-031-1/+0
* These need __RMAN_RESOURCE_VISIBLE, too.Marius Strobl2004-06-301-0/+1
* Add missing <sys/module.h> #includesPoul-Henning Kamp2004-06-041-0/+1
* - Remove the old sparc64 OFW PCI code (as opposed to the formerMarius Strobl2004-05-081-153/+0
* Some code cleanup:Thomas Moestl2004-04-251-65/+22
* Don't confuse NULL with 0.David E. O'Brien2003-12-261-3/+3
* - Clear the CE AFSR bits which indicate the error condition when handlingThomas Moestl2003-09-041-1/+3
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devWarner Losh2003-08-231-2/+2
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Mega busdma API commit.Scott Long2003-07-011-1/+1
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCIThomas Moestl2003-07-011-69/+159
* add support for peeking at pci busses on UltraSparc systems. This preventsJohn-Mark Gurney2003-06-221-12/+19
* Further cleanup of the sparc64 busdma implementation:Thomas Moestl2003-06-181-9/+2
* Remove the PSYCHO_STRAY option - it was never really useful. Adjust aThomas Moestl2003-06-121-49/+5
* Remove the psycho and sbus iommu function stubs, and put the pointerThomas Moestl2003-06-111-144/+23
* Fix interrupt assignment for non-builtin PCI devices on e450s.Thomas Moestl2003-05-301-8/+43
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-2/+3
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.Scott Long2003-05-261-27/+0
* - Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB wereThomas Moestl2003-05-021-1/+1
* Change the operation parameter of bus_dmamap_sync() from anMaxime Henrion2003-04-101-3/+2
* Use vm_paddr_t for physical addresses.Jake Burkholder2003-04-081-3/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Fix some more missing dt_ prefixes for dma tag fields.Scott Long2003-01-291-2/+2
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asScott Long2003-01-291-0/+27
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Change the iommu code to be able to handle more than one DVMA area perThomas Moestl2003-01-061-0/+30
* Prefix the members of struct bus_space_tag and struct bus_dma_tag withThomas Moestl2003-01-061-18/+18
* - remove some outdated commentsThomas Moestl2003-01-061-33/+16
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Exclude yet more interrupt mapping registers from the OBIO INO search,Thomas Moestl2002-12-061-2/+2
* Always initialize the UPA target module id in the interrupt mappingThomas Moestl2002-12-011-7/+7
* 1.) Do not look for PCI INOs in the FFB interrupt mapping registers; theyThomas Moestl2002-12-011-2/+6
* Don't register the powerfail interrupt as fast in theThomas Moestl2002-11-141-2/+8
* Add two new workaround for firmware anomalies:Thomas Moestl2002-11-071-1/+1
* Add "pci108e,8000" (psycho) and "pci108e,a000" (US-IIi sabre) to the list ofThomas Moestl2002-10-161-37/+54
* Use a linked list to keep the psycho softcs instead of a staticallyThomas Moestl2002-10-161-22/+10
* Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, toJake Burkholder2002-09-281-1/+1
* When multiple IOMMUs are present in a system, use a single TSB for allThomas Moestl2002-07-161-1/+1
* Add PCI bus enumeration and latency timer setup to the sparc64 MD PCIThomas Moestl2002-06-121-15/+45
* Do not try to set up the PCI bus B error interrupt on "sabre"s, sinceThomas Moestl2002-04-021-12/+14
* Revamp the busdma implementation a bit:Thomas Moestl2002-03-241-32/+41
* Make the OpenFirmware interrupt mapping code more generic, to reduceThomas Moestl2002-03-241-17/+16
* Map the device memory belonging to resources of type SYS_RES_MEMORY intoThomas Moestl2002-03-241-0/+17
* Add code to print the fault virtual address for uncorrectable DMA errorsThomas Moestl2002-03-231-0/+8