| Commit message (Expand) | Author | Age | Files | Lines |
* | Rototill the sparc64 nexus(4) (actually this brings in the code the | marius | 2007-03-07 | 2 | -87/+68 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -29/+58 |
* | Remove the compat shims for the ISA old-stlye in{b,w,l}()/out{b,w,l}() | marius | 2007-01-18 | 2 | -42/+0 |
* | o Changes to psycho_attach(): [1] | marius | 2007-01-08 | 2 | -64/+225 |
* | In ofw_pcibus_attach() skip dupe PCI devices reported by the | marius | 2007-01-08 | 1 | -0/+2 |
* | The T2000 has multiple PCI domains requiring bus allocation to be done differ... | kmacy | 2006-10-12 | 2 | -0/+11 |
* | kernel clean up to make the sun4v kernel build | kmacy | 2006-10-09 | 1 | -2/+8 |
* | Set the rid for any resource obtained from rman_reserve_resource. | imp | 2006-04-20 | 1 | -1/+1 |
* | - Register the generic implementations for the device shutdown, suspend | marius | 2006-01-26 | 1 | -0/+3 |
* | Make the ACPI and OpenFirmware PCI bus drivers subclasses of the generic | jhb | 2006-01-20 | 1 | -35/+3 |
* | - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the | jhb | 2006-01-06 | 2 | -10/+5 |
* | Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is used | jhb | 2005-12-20 | 1 | -0/+1 |
* | Fix a bug introduced in rev. 1.5; for retrieving the device_t of the | marius | 2005-12-12 | 1 | -2/+2 |
* | - Move the declaration of struct upa_ranges and the UPA_RANGE_* macros | marius | 2005-12-03 | 2 | -16/+34 |
* | - Adhere style(9) (don't use function calls in initializers). | marius | 2005-12-03 | 1 | -3/+5 |
* | - Adhere style(9) (don't use function calls in initializers, use uintXX_t | marius | 2005-12-03 | 4 | -25/+35 |
* | - Register the PCI bus error interrupt handler according to which half of | marius | 2005-12-03 | 1 | -26/+36 |
* | - Improve the comment regarding the workaround for the E250 interrupt map | marius | 2005-12-03 | 2 | -17/+31 |
* | - Add a workaround (change the interrupt map mask to compare the full | marius | 2005-11-22 | 2 | -29/+30 |
* | Some clean-up, style changes and changes that will reduce differences | marius | 2005-11-22 | 3 | -247/+244 |
* | - Convert these bus drivers to make use of the newly introduced set of | marius | 2005-11-22 | 1 | -80/+27 |
* | Slightly reformat apb_alloc_resource() to create some horizontal space | marcel | 2005-04-28 | 1 | -44/+43 |
* | fix kldloading of pci driver modules after boot on sparc64... since | jmg | 2005-03-23 | 1 | -1/+1 |
* | At least on some U30 there's a spurious duplicate device node of an EBus | marius | 2005-01-20 | 1 | -5/+12 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 6 | -5/+6 |
* | Correct some uses of the wrong members of the *min()/*max()-familiy, e.g. | marius | 2004-08-15 | 1 | -2/+2 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 8 | -44/+88 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -1/+2 |
* | These don't need RMAN_RESOURCE_VISIBLE now that rman is visible | imp | 2004-07-03 | 1 | -1/+0 |
* | These need __RMAN_RESOURCE_VISIBLE, too. | marius | 2004-06-30 | 1 | -0/+1 |
* | Add missing <sys/module.h> #includes | phk | 2004-06-04 | 1 | -0/+1 |
* | Add missing <sys/module.h> instances which were shadowed by the nested | phk | 2004-06-03 | 1 | -0/+1 |
* | - Remove the old sparc64 OFW PCI code (as opposed to the former | marius | 2004-05-08 | 9 | -595/+9 |
* | Some code cleanup: | tmm | 2004-04-25 | 3 | -128/+28 |
* | Don't confuse NULL with 0. | obrien | 2003-12-26 | 1 | -3/+3 |
* | - Clear the CE AFSR bits which indicate the error condition when handling | tmm | 2003-09-04 | 2 | -8/+25 |
* | s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev | imp | 2003-08-23 | 1 | -2/+2 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 2 | -5/+5 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -1/+1 |
* | Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCI | tmm | 2003-07-01 | 10 | -231/+899 |
* | add support for peeking at pci busses on UltraSparc systems. This prevents | jmg | 2003-06-22 | 1 | -12/+19 |
* | Further cleanup of the sparc64 busdma implementation: | tmm | 2003-06-18 | 1 | -9/+2 |
* | Hardwire APB's PCI buses down. If we don't do this, pciconf -l returns | jmg | 2003-06-13 | 1 | -5/+2 |
* | Remove the PSYCHO_STRAY option - it was never really useful. Adjust a | tmm | 2003-06-12 | 1 | -49/+5 |
* | Remove the psycho and sbus iommu function stubs, and put the pointer | tmm | 2003-06-11 | 1 | -144/+23 |
* | Fix interrupt assignment for non-builtin PCI devices on e450s. | tmm | 2003-05-30 | 5 | -32/+135 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 1 | -2/+3 |
* | De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways. | scottl | 2003-05-26 | 1 | -27/+0 |
* | - Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB were | tmm | 2003-05-02 | 1 | -1/+1 |
* | Change the operation parameter of bus_dmamap_sync() from an | mux | 2003-04-10 | 1 | -3/+2 |