| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+1 |
* | Fix a non-fatal off-by-one error in the previous revision. | marius | 2007-12-01 | 1 | -1/+1 |
* | - Add the PCI side of the HOST-PCI bridge itself to the bus. This | marius | 2007-11-30 | 3 | -14/+76 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 3 | -4/+12 |
* | - Use the actual clock frequency of the PCI bus instead of assuming | marius | 2007-09-26 | 1 | -17/+16 |
* | o Revamp the sparc64 interrupt code in order to be able to interface | marius | 2007-09-06 | 2 | -172/+215 |
* | - Divorce the IOTSBs, which so far where handled via a global list | marius | 2007-08-05 | 2 | -7/+16 |
* | - Move ofw_pci_alloc_busno() to the ofw_pci KOBJ interface, | marius | 2007-06-18 | 5 | -97/+55 |
* | For sun4u also add PCI busses with a device unit number of -1 | marius | 2007-06-18 | 1 | -8/+1 |
* | Remove unused softc. | marius | 2007-06-17 | 1 | -6/+2 |
* | - Use the newly introduced pcib_mtx spin lock to lock psycho_ce(), | marius | 2007-06-16 | 2 | -60/+54 |
* | Teach the bridge wrapper how to handle the filter+ithread case. | piso | 2007-06-06 | 1 | -11/+24 |
* | Delete the unused/not really used sparc64 (as in sun4u) cache.h, | marius | 2007-05-20 | 1 | -2/+2 |
* | 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 |