| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -3/+3 |
* | Fix some more missing dt_ prefixes for dma tag fields. | scottl | 2003-01-29 | 1 | -2/+2 |
* | Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() as | scottl | 2003-01-29 | 1 | -0/+27 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -3/+3 |
* | Change the iommu code to be able to handle more than one DVMA area per | tmm | 2003-01-06 | 1 | -0/+30 |
* | Prefix the members of struct bus_space_tag and struct bus_dma_tag with | tmm | 2003-01-06 | 1 | -18/+18 |
* | Initialize the cache line size register of all PCI devices in the | tmm | 2003-01-06 | 1 | -0/+15 |
* | - remove some outdated comments | tmm | 2003-01-06 | 3 | -33/+20 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Exclude yet more interrupt mapping registers from the OBIO INO search, | tmm | 2002-12-06 | 1 | -2/+2 |
* | Always initialize the UPA target module id in the interrupt mapping | tmm | 2002-12-01 | 1 | -7/+7 |
* | 1.) Do not look for PCI INOs in the FFB interrupt mapping registers; they | tmm | 2002-12-01 | 1 | -2/+6 |
* | Reverse the quirk table entry for swizzling on a missing interrupt map; | tmm | 2002-12-01 | 1 | -7/+10 |
* | Fix some comments describing psycho registers. | tmm | 2002-12-01 | 1 | -2/+2 |
* | Don't register the powerfail interrupt as fast in the | tmm | 2002-11-14 | 1 | -2/+8 |
* | Add two new workaround for firmware anomalies: | tmm | 2002-11-07 | 3 | -11/+70 |
* | Add "pci108e,8000" (psycho) and "pci108e,a000" (US-IIi sabre) to the list of | tmm | 2002-10-16 | 1 | -37/+54 |
* | Use a linked list to keep the psycho softcs instead of a statically | tmm | 2002-10-16 | 2 | -22/+12 |
* | Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, to | jake | 2002-09-28 | 1 | -1/+1 |
* | When multiple IOMMUs are present in a system, use a single TSB for all | tmm | 2002-07-16 | 1 | -1/+1 |
* | Add PCI bus enumeration and latency timer setup to the sparc64 MD PCI | tmm | 2002-06-12 | 4 | -88/+203 |
* | Do not try to set up the PCI bus B error interrupt on "sabre"s, since | tmm | 2002-04-02 | 1 | -12/+14 |
* | Revamp the busdma implementation a bit: | tmm | 2002-03-24 | 1 | -32/+41 |
* | Make the OpenFirmware interrupt mapping code more generic, to reduce | tmm | 2002-03-24 | 5 | -127/+66 |
* | Map the device memory belonging to resources of type SYS_RES_MEMORY into | tmm | 2002-03-24 | 1 | -0/+17 |
* | Add code to print the fault virtual address for uncorrectable DMA errors | tmm | 2002-03-23 | 2 | -0/+17 |
* | Add PCIfunctions 2 and 3 of the PCIO2 chip to the intpin quirk table. | tmm | 2002-03-23 | 1 | -2/+4 |
* | Add a DEBUGGER_ON_POWERFAIL option. This makes the power button on ultra 10s | jake | 2002-03-13 | 1 | -0/+7 |
* | Merge r1.39 from NetBSD (manage both streaming caches for psycho pairs). | tmm | 2002-02-13 | 3 | -473/+368 |
* | Don't panic when no interrupt map can be found for a PCI bus; this seems | tmm | 2002-02-13 | 1 | -2/+5 |
* | Correct the defintion of struct ofw_upa_regs, and use it instead of | tmm | 2002-01-02 | 2 | -31/+37 |
* | Do not include pcib.h, which only existed in my development tree, and do | tmm | 2001-12-30 | 1 | -2/+1 |
* | Add a workaround for quirky PCI devices that set the intpin register to | tmm | 2001-12-21 | 1 | -20/+66 |
* | Make the apb driver independent of the standard PCI bridge driver. | tmm | 2001-12-21 | 1 | -30/+82 |
* | Add a file forgotten in the previous commit (a kobj interface that | tmm | 2001-11-09 | 1 | -0/+75 |
* | Add support for the Sun psycho/sabre UPA-PCI bridge, some OpenFirmware | tmm | 2001-11-09 | 6 | -0/+2382 |