| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
* | powerpc: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -6/+1 |
* | Sprinkle EARLY_DRIVER_MODULE around the tree | Justin Hibbits | 2018-12-04 | 1 | -1/+2 |
* | Clean up OF_getprop_alloc API | Oleksandr Tymoshenko | 2018-04-08 | 1 | -3/+3 |
* | sys/powerpc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Fix the resource_list_print_type() calls to use uintmax_t. | Justin Hibbits | 2016-03-22 | 1 | -4/+4 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | Justin Hibbits | 2016-03-18 | 1 | -1/+1 |
* | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -2/+4 |
* | Move Open Firmware device root on PowerPC, ARM, and MIPS systems to | Nathan Whitehorn | 2014-02-05 | 1 | -1/+1 |
* | Add PMU-based CPU frequency scaling. This method is used on most Titanium | Justin Hibbits | 2013-12-13 | 1 | -15/+54 |
* | Use #address-cells and #size-cells here too instead of guessing. There is | Nathan Whitehorn | 2013-11-17 | 1 | -5/+15 |
* | Provide a fix for certain PowerMacs where the U3 i2c lacks the interrupt | Andreas Tobler | 2012-03-19 | 1 | -1/+30 |
* | Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain a | Marcel Moolenaar | 2011-02-02 | 1 | -5/+5 |
* | Remove unused variables. Spotted by a cppcheck | Andreas Tobler | 2011-01-06 | 1 | -3/+0 |
* | Change the default interrupt polarity on PowerPC systems from high to low. | Nathan Whitehorn | 2010-06-18 | 1 | -1/+1 |
* | Provide for multiple, cascaded PICs on PowerPC systems, and extend the | Nathan Whitehorn | 2010-06-18 | 1 | -3/+11 |
* | Add Open Firmware PNP info strings to GPIOs and Uninorth cells. | Nathan Whitehorn | 2010-06-06 | 1 | -0/+2 |
* | Add support for the U4 PCI-Express bridge chipset used in late-generation | Nathan Whitehorn | 2010-05-16 | 1 | -464/+378 |
* | Let unin(4) attach to U3 controllers found on G5 machines. | Nathan Whitehorn | 2010-03-20 | 1 | -5/+10 |
* | Fix the OFW interrupt map parser to use its own idea of the number of interrupt | Nathan Whitehorn | 2009-01-03 | 1 | -11/+4 |
* | Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, | Nathan Whitehorn | 2008-12-15 | 1 | -3/+28 |
* | Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. This | Nathan Whitehorn | 2008-10-14 | 1 | -24/+77 |
* | Return an error code rather than ENXIO when both rman_init() and | Kevin Lo | 2008-06-12 | 1 | -11/+11 |
* | Apply missing s/rv/res/g in previous commit. | Marcel Moolenaar | 2007-12-21 | 1 | -1/+1 |
* | MFamd64/ia64/i386: Only set the rman bus tags and handles in | John Baldwin | 2007-12-20 | 1 | -2/+1 |
* | Redefine bus_space_tag_t on PowerPC from a 32-bit integral to | Marcel Moolenaar | 2007-12-19 | 1 | -5/+3 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | Marius Strobl | 2007-09-30 | 1 | -1/+3 |
* | When writing to PCI configuration registers, don't immediately | Marcel Moolenaar | 2007-04-01 | 1 | -3/+0 |
* | Set the rid for any resource obtained from rman_resource_reserve. | Warner Losh | 2006-04-20 | 1 | -0/+1 |
* | The end values passed to rman_manage_region() for PCI i/o and mem | Peter Grehan | 2005-05-29 | 1 | -2/+2 |
* | - allow a device hint to disable probing a slot on a Uninorth PCI bus. | Peter Grehan | 2005-01-11 | 1 | -5/+12 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Add support for i/o-ports. This was cut and pasted from grackle.c | Andrew Gallatin | 2004-09-26 | 1 | -3/+26 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | Marius Strobl | 2004-08-16 | 1 | -2/+2 |
* | - Use the rman_get_* functions instead of reaching into struct resource. | Marius Strobl | 2004-08-11 | 1 | -1/+0 |
* | Catch up with __RMAN_RESOURCE_VISIBLE change | Peter Grehan | 2004-07-01 | 1 | -0/+1 |
* | Catchup to now-required <sys/module.h> for PowerPC | Peter Grehan | 2004-06-25 | 1 | -0/+1 |
* | Remove sparse addressing hack. The macio ATA driver no longer requires | Peter Grehan | 2003-04-18 | 1 | -2/+0 |
* | - probe the UniNorth chip in addition to the PCI bridges | Peter Grehan | 2002-09-19 | 1 | -3/+114 |
* | Remove some dead code. | Benno Rice | 2002-07-10 | 1 | -30/+0 |
* | Remove some unused includes. | Benno Rice | 2002-07-10 | 1 | -1/+0 |
* | Driver for the Apple UniNorth Host-PCI bridge. | Benno Rice | 2002-07-09 | 1 | -0/+491 |