aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/pci
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_1'.cvs2svn2003-05-311-93/+0
* Fix interrupt assignment for non-builtin PCI devices on e450s.Thomas Moestl2003-05-305-32/+135
* 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-082-4/+5
* Set the cache line size for subordinate pci bridges as well as for theirJake Burkholder2003-03-271-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-3/+3
* 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-212-3/+3
* 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
* Initialize the cache line size register of all PCI devices in theThomas Moestl2003-01-061-0/+15
* - remove some outdated commentsThomas Moestl2003-01-063-33/+20
* 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
* Reverse the quirk table entry for swizzling on a missing interrupt map;Thomas Moestl2002-12-011-7/+10
* Fix some comments describing psycho registers.Thomas Moestl2002-12-011-2/+2
* 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-073-11/+70
* 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-162-22/+12
* 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-124-87/+202
* 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-245-127/+66
* 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-232-0/+17
* Add PCIfunctions 2 and 3 of the PCIO2 chip to the intpin quirk table.Thomas Moestl2002-03-231-2/+4
* Add a DEBUGGER_ON_POWERFAIL option. This makes the power button on ultra 10sJake Burkholder2002-03-131-0/+7
* Merge r1.39 from NetBSD (manage both streaming caches for psycho pairs).Thomas Moestl2002-02-133-473/+368
* Don't panic when no interrupt map can be found for a PCI bus; this seemsThomas Moestl2002-02-131-2/+5
* Correct the defintion of struct ofw_upa_regs, and use it instead ofThomas Moestl2002-01-022-31/+37
* Do not include pcib.h, which only existed in my development tree, and doThomas Moestl2001-12-301-2/+1
* Add a workaround for quirky PCI devices that set the intpin register toThomas Moestl2001-12-211-20/+66
* Make the apb driver independent of the standard PCI bridge driver.Thomas Moestl2001-12-211-30/+82
* Add a file forgotten in the previous commit (a kobj interface thatThomas Moestl2001-11-091-0/+75
* Add support for the Sun psycho/sabre UPA-PCI bridge, some OpenFirmwareThomas Moestl2001-11-096-0/+2382