| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove sparc64 kernel support | Warner Losh | 2020-02-03 | 3 | -1039/+0 |
| * | Clean up OF_getprop_alloc API | Oleksandr Tymoshenko | 2018-04-08 | 1 | -4/+4 |
| * | sys/sparc64: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 3 | -0/+6 |
| * | Use OF_prop_free instead of direct call to free(9) | Oleksandr Tymoshenko | 2016-05-18 | 1 | -3/+3 |
| * | sparc64: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -1/+1 |
| * | Fix the resource_list_print_type() calls to use uintmax_t. | Justin Hibbits | 2016-03-22 | 1 | -2/+2 |
| * | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | Justin Hibbits | 2016-02-20 | 1 | -1/+1 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -3/+3 |
| * | - Sanity check that the parent ranges given in the "ranges" property | Marius Strobl | 2015-09-13 | 1 | -11/+24 |
| * | Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbuf | Nathan Whitehorn | 2013-12-17 | 1 | -2/+1 |
| * | s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention | Marius Strobl | 2011-11-22 | 2 | -3/+3 |
| * | Make sparc64 compatible with NEW_PCIB and enable it: | Marius Strobl | 2011-10-02 | 1 | -37/+65 |
| * | Sync licenses and the corresponding RCS IDs with NetBSD, mainly switching | Marius Strobl | 2011-03-12 | 2 | -5/+29 |
| * | Provide for multiple, cascaded PICs on PowerPC systems, and extend the | Nathan Whitehorn | 2010-06-18 | 1 | -1/+1 |
| * | Add epic(4), a driver for the front panel LEDs in Sun Fire V215/V245. | Marius Strobl | 2010-01-10 | 1 | -0/+216 |
| * | - Add support for the JBus to EBus bridges which hang off of nexus(4) | Marius Strobl | 2009-12-22 | 1 | -104/+309 |
| * | Enroll these drivers in multipass probing. The motivation behind this | Marius Strobl | 2009-12-22 | 1 | -1/+2 |
| * | - Sort device methods. | Marius Strobl | 2009-03-19 | 1 | -4/+4 |
| * | Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, | Nathan Whitehorn | 2008-12-15 | 1 | -1/+1 |
| * | - Removed unused sc_node. | Marius Strobl | 2008-08-23 | 1 | -21/+9 |
| * | Set the rid for any resource obtained from rman_reserve_resource. | Warner Losh | 2006-04-20 | 1 | -0/+1 |
| * | - Register the generic implementations for the device shutdown, suspend | Marius Strobl | 2006-01-26 | 1 | -1/+4 |
| * | - Convert these bus drivers to make use of the newly introduced set of | Marius Strobl | 2005-11-22 | 1 | -102/+47 |
| * | Now that all affected drivers have been changed remove the helpers | Marius Strobl | 2005-06-04 | 1 | -34/+3 |
| * | - Artificially using SYS_RES_IOPORT for EBus devices for reasons of | Marius Strobl | 2005-05-19 | 1 | -24/+43 |
| * | Don't panic when we're asked to allocate a resource type that we know | Marcel Moolenaar | 2005-01-09 | 1 | -3/+2 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 2 | -2/+2 |
| * | Device driver for onboard CS4231 audio controller which is found | Pyun YongHyeon | 2004-10-25 | 1 | -0/+91 |
| * | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | Marius Strobl | 2004-08-12 | 2 | -105/+71 |
| * | These don't need RMAN_RESOURCE_VISIBLE now that rman is visible | Warner Losh | 2004-07-03 | 1 | -1/+0 |
| * | These need __RMAN_RESOURCE_VISIBLE, too. | Marius Strobl | 2004-06-30 | 1 | -0/+1 |
| * | Add missing <sys/module.h> instances which were shadowed by the nested | Poul-Henning Kamp | 2004-06-03 | 1 | -0/+1 |
| * | - Remove the old sparc64 OFW PCI code (as opposed to the former | Marius Strobl | 2004-05-08 | 1 | -29/+3 |
| * | Remove inclusion of opt_ebus.h. | Thomas Moestl | 2004-04-30 | 1 | -2/+0 |
| * | Fix the EBus driver to work with the new PCI code. Unlike other PCI | Thomas Moestl | 2004-04-28 | 1 | -90/+170 |
| * | The compatibility specification property is named "compatible", not | Thomas Moestl | 2004-03-27 | 1 | -1/+1 |
| * | s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev | Warner Losh | 2003-08-23 | 1 | -2/+2 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCI | Thomas Moestl | 2003-07-01 | 1 | -10/+27 |
| * | Fix interrupt assignment for non-builtin PCI devices on e450s. | Thomas Moestl | 2003-05-30 | 1 | -4/+6 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | Add two new workaround for firmware anomalies: | Thomas Moestl | 2002-11-07 | 1 | -1/+1 |
| * | Make the OpenFirmware interrupt mapping code more generic, to reduce | Thomas Moestl | 2002-03-24 | 2 | -81/+10 |
| * | Set the interrupt map type accordingly if we need to fall back to using | Thomas Moestl | 2002-03-09 | 1 | -0/+1 |
| * | Minor bug fixes (add a missing break, correct the resource ranges, remove | Thomas Moestl | 2002-02-13 | 1 | -3/+5 |
| * | Add EBus support code, ported from NetBSD. | Thomas Moestl | 2001-11-09 | 2 | -0/+562 |