| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_1'. | cvs2svn | 2003-05-31 | 1 | -93/+0 |
| * | Fix interrupt assignment for non-builtin PCI devices on e450s. | Thomas Moestl | 2003-05-30 | 5 | -32/+135 |
| * | 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 | 2 | -4/+5 |
| * | Set the cache line size for subordinate pci bridges as well as for their | Jake Burkholder | 2003-03-27 | 1 | -2/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -3/+3 |
| * | 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 | 2 | -3/+3 |
| * | 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 |
| * | Initialize the cache line size register of all PCI devices in the | Thomas Moestl | 2003-01-06 | 1 | -0/+15 |
| * | - remove some outdated comments | Thomas Moestl | 2003-01-06 | 3 | -33/+20 |
| * | 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 |
| * | Reverse the quirk table entry for swizzling on a missing interrupt map; | Thomas Moestl | 2002-12-01 | 1 | -7/+10 |
| * | Fix some comments describing psycho registers. | Thomas Moestl | 2002-12-01 | 1 | -2/+2 |
| * | 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 | 3 | -11/+70 |
| * | 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 | 2 | -22/+12 |
| * | 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 | 4 | -87/+202 |
| * | 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 | 5 | -127/+66 |
| * | 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 | 2 | -0/+17 |
| * | Add PCIfunctions 2 and 3 of the PCIO2 chip to the intpin quirk table. | Thomas Moestl | 2002-03-23 | 1 | -2/+4 |
| * | Add a DEBUGGER_ON_POWERFAIL option. This makes the power button on ultra 10s | Jake Burkholder | 2002-03-13 | 1 | -0/+7 |
| * | Merge r1.39 from NetBSD (manage both streaming caches for psycho pairs). | Thomas Moestl | 2002-02-13 | 3 | -473/+368 |
| * | Don't panic when no interrupt map can be found for a PCI bus; this seems | Thomas Moestl | 2002-02-13 | 1 | -2/+5 |
| * | Correct the defintion of struct ofw_upa_regs, and use it instead of | Thomas Moestl | 2002-01-02 | 2 | -31/+37 |
| * | Do not include pcib.h, which only existed in my development tree, and do | Thomas Moestl | 2001-12-30 | 1 | -2/+1 |
| * | Add a workaround for quirky PCI devices that set the intpin register to | Thomas Moestl | 2001-12-21 | 1 | -20/+66 |
| * | Make the apb driver independent of the standard PCI bridge driver. | Thomas Moestl | 2001-12-21 | 1 | -30/+82 |
| * | Add a file forgotten in the previous commit (a kobj interface that | Thomas Moestl | 2001-11-09 | 1 | -0/+75 |
| * | Add support for the Sun psycho/sabre UPA-PCI bridge, some OpenFirmware | Thomas Moestl | 2001-11-09 | 6 | -0/+2382 |