summaryrefslogtreecommitdiff
path: root/sys/powerpc/powermac
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-10-29intr/powerpc: cleanup extraneous spaces in PowerMAC CPC HT driverElliott Mitchell
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-11-04Check for errors when detaching children first, not lastJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-04-10macio: Set resource map sizeJustin Hibbits
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-01-23powerpc powermac: Use bus_generic_rman_*John Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-23powerpc: better handling of shutdown flagsMitchell Horne
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-16powerpc/ata: Remove non-standard __FBSDID()Warner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-12powerpc: Use the existing CTLFLAG_RDTUN and CTLFLAG_RWTUN flag definitionsZhenlei Huang
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 powermac: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-10Remove unused openpic_devclass.John Baldwin
2022-05-10Remove unused adb_devclass.John Baldwin
2022-05-06ata: Remove ata_devclass from DRIVER_MODULE invocations.John Baldwin
2022-04-18ata_kauai: Fix support for "shasta" controllers.John Baldwin
2022-04-12powerpc pmu: Quiet set but unused warnings.John Baldwin
2022-04-12powerpc pmu: Don't use garbage battery info.John Baldwin
2022-04-12grackle badaddr: Use void casts instead of a dummy variable.John Baldwin
2022-04-12cuda: Remove unused variables.John Baldwin
2022-04-12ata_dbdma_dmainit: Remove unused variable.John Baldwin
2022-04-12ata_kauai: Remove unused variable.John Baldwin
2021-12-23[PowerPC] PowerMac timebase sync for G4Brandon Bergren
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2021-05-20Rename ofwpci.c to ofw_pcib.cMarcin Wojtas
2021-04-05powerpc: Fix programmer's switch driver and add to GENERICBrandon Bergren
2021-03-31powerpc/powermac: Constrain 'cpu_sleep()' for AIM to mpc745xJustin Hibbits
2020-09-01powerpc: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-06RevertAndreas Tobler
2020-03-06Drop 'All rights reserved'Andreas Tobler
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2019-01-12powerpc: Add opaque 'private data' to interrupt vectorsJustin Hibbits
2018-12-06powerpc/powermac: Fix macgpio(4) child interrupt resource handlingJustin Hibbits
2018-12-04Sprinkle EARLY_DRIVER_MODULE around the treeJustin Hibbits
2018-10-30Bump the number of fans supported from 8 to 12.Michael Tuexen
2018-04-30Fix null pointer dereference on nodes without a "compatible" property.Nathan Whitehorn
2018-04-19Release memory resource on cuda driver attach failure.Alexander Motin