aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/psim
Commit message (Expand)AuthorAgeFilesLines
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-12/+7
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-16/+10
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-131-6/+6
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-8/+7
* powerpc psim: Fix infinite recursion in multiple bus methodsJohn Baldwin2024-02-171-3/+3
* powerpc psim: Fix infinite recursion in bus_adjust_resource methodJohn Baldwin2024-02-161-1/+2
* powerpc psim: Use bus_generic_rman_*John Baldwin2024-01-231-60/+123
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-1/+1
* pmap_mapdev: Consistently use vm_paddr_t for the first argument.John Baldwin2022-07-281-1/+1
* powerpc psim: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-102-7/+2
* Remove unused openpic_devclass.John Baldwin2022-05-101-1/+1
* Remove unused uart_devclass.John Baldwin2022-05-061-1/+1
* ata: Remove ata_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-1/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-21/+3
* Remove more needless <sys/tty.h> includesKyle Evans2019-12-011-1/+0
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-1/+1
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-141-1/+1
* powerpc: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-221-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-272-4/+8
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-051-1/+1
* Add suspend/resume state saving for OpenPIC on PowerMac. It's likely thisJustin Hibbits2013-12-211-0/+1
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-061-7/+8
* Fix the interrupt code, broken 7 months ago. The interrupt frameworkMarcel Moolenaar2011-01-291-1/+9
* Remove the unneeded header <machine/intr.h>.Marcel Moolenaar2010-07-021-1/+0
* Unbreak build.Nathan Whitehorn2009-12-061-1/+1
* MFp4:Alexander Motin2009-12-061-6/+4
* Move from using devclass_find_free_unit(ata_devclass, 0) to -1 for theWarner Losh2009-06-101-3/+1
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. ThisNathan Whitehorn2008-10-142-4/+3
* Set sc_psim so that the openpic core can correct the off-by-oneMarcel Moolenaar2008-04-031-0/+5
* Add support for the BUS_CONFIG_INTR() method to the platform and toMarcel Moolenaar2008-03-071-0/+1
* Add PIC support for IPIs. When registering an interrupt handler,Marcel Moolenaar2008-02-121-0/+1
* Apply missing s/rv/res/g in previous commit.Marcel Moolenaar2007-12-211-1/+1
* MFamd64/ia64/i386: Only set the rman bus tags and handles inJohn Baldwin2007-12-201-2/+1
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral toMarcel Moolenaar2007-12-191-6/+3
* Revamp the interrupt handling in support of INTR_FILTER. This includes:Marcel Moolenaar2007-08-111-128/+14
* Turn this into an uart(4) bus attachment.Marcel Moolenaar2006-07-261-40/+19
* Repocopy from: src/sys/powerpc/psim/sio_iobus.cMarcel Moolenaar2006-07-261-108/+0
* Set the rid for any resource obtained from rman_resource_reserve.Warner Losh2006-04-201-0/+1
* ata_generic_hw takes a dev as a parameter, not a channel.Peter Grehan2005-11-111-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-2/+0
* Unbreak the powerpc build by fixing some ATA constants that were renamed.Suleiman Souhlal2005-04-121-3/+3