aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/mpc85xx/lbc.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-11/+5
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-21/+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-10/+6
* powerpc mpc85xx: Fix infinite recursion in multiple bus methodsJohn Baldwin2024-02-171-3/+3
* powerpc mpc85xx: Fix infinite recursion in bus_adjust_resource methodJohn Baldwin2024-02-161-1/+2
* powerpc mpc85xx: Use bus_generic_rman_*John Baldwin2024-01-231-48/+137
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-1/+2
* powerpc mpc85xx: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-4/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+0
* powerpc/mpc85xx: Partially revert r356640Justin Hibbits2020-01-131-1/+1
* powerpc/mpc85xx: Fix localbus child reg property decodingJustin Hibbits2020-01-111-2/+2
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-2/+3
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix integer type and format in debug printJustin Hibbits2017-11-031-2/+2
* Unbreak the LBC driver, broken with the large RMan and 36-bit physical addres...Justin Hibbits2016-07-051-21/+32
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-141-3/+3
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-4/+4
* Let rman_init() initialize the default rman range.Justin Hibbits2016-03-031-2/+0
* Fix 2 bugs in the mpc85xx local bus controller driver.Justin Hibbits2016-03-021-2/+26
* Move another range check to use RMAN_IS_DEFAULT_RANGE().Justin Hibbits2016-02-271-1/+1
* Make lbc(4) the same driver pass as simplebus.Justin Hibbits2016-02-031-1/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+2
* Use uint32_t for LBC block size.Justin Hibbits2016-01-011-3/+3
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-051-1/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringNathan Whitehorn2013-11-051-1/+1
* Support lbc interrupts:Marcel Moolenaar2012-07-031-32/+99
* A few improvements:Marcel Moolenaar2012-05-241-57/+137
* Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski2010-07-111-247/+395
* Extend and improve MPC85XX Local Bus management.Rafal Jaworowski2008-12-181-33/+235
* Add a driver for the Local Bus Controller.Marcel Moolenaar2008-10-251-0/+328