summaryrefslogtreecommitdiff
path: root/sys/powerpc/psim
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-10-29intr/powerpc: create openpic_class kobjElliott Mitchell
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin
2024-02-16powerpc psim: Fix infinite recursion in multiple bus methodsJohn Baldwin
2024-02-16powerpc psim: Fix infinite recursion in bus_adjust_resource methodJohn Baldwin
2024-01-23powerpc psim: Use bus_generic_rman_*John Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-07-28pmap_mapdev: Consistently use vm_paddr_t for the first argument.John Baldwin
2022-05-10powerpc psim: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-10Remove unused openpic_devclass.John Baldwin
2022-05-06Remove unused uart_devclass.John Baldwin
2022-05-06ata: Remove ata_devclass from DRIVER_MODULE invocations.John Baldwin
2020-09-01powerpc: clean up empty lines in .c and .h filesMateusz Guzik
2019-12-01Remove more needless <sys/tty.h> includesKyle Evans
2018-08-19add snps IP uart support / genaralize UARTMatt Macy
2018-04-08Clean up OF_getprop_alloc APIOleksandr Tymoshenko
2017-11-27sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-27Allow setting access-width for UART registers.Ruslan Bukin
2016-05-14Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko
2016-04-15powerpc: for pointers replace 0 with NULL.Pedro F. Giffuni
2016-03-22Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits
2016-02-22As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2014-02-05Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn
2013-12-21Add suspend/resume state saving for OpenPIC on PowerMac. It's likely thisJustin Hibbits
2013-04-06- With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl
2011-01-29Fix the interrupt code, broken 7 months ago. The interrupt frameworkMarcel Moolenaar
2010-07-02Remove the unneeded header <machine/intr.h>.Marcel Moolenaar
2009-12-06Unbreak build.Nathan Whitehorn
2009-12-06MFp4:Alexander Motin
2009-06-10Move from using devclass_find_free_unit(ata_devclass, 0) to -1 for theWarner Losh
2008-10-14Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. ThisNathan Whitehorn
2008-04-03Set sc_psim so that the openpic core can correct the off-by-oneMarcel Moolenaar
2008-03-07Add support for the BUS_CONFIG_INTR() method to the platform and toMarcel Moolenaar
2008-02-12Add PIC support for IPIs. When registering an interrupt handler,Marcel Moolenaar
2007-12-21Apply missing s/rv/res/g in previous commit.Marcel Moolenaar
2007-12-20MFamd64/ia64/i386: Only set the rman bus tags and handles inJohn Baldwin
2007-12-19Redefine bus_space_tag_t on PowerPC from a 32-bit integral toMarcel Moolenaar
2007-08-11Revamp the interrupt handling in support of INTR_FILTER. This includes:Marcel Moolenaar
2006-07-26Turn this into an uart(4) bus attachment.Marcel Moolenaar