aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-259-10/+10
* macio: Set resource map sizeJustin Hibbits2024-04-111-0/+1
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-18/+10
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-133-43/+28
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-132-18/+16
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-132-16/+14
* powerpc powermac: Use bus_generic_rman_*John Baldwin2024-01-232-133/+264
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2714-14/+0
* powerpc: better handling of shutdown flagsMitchell Horne2023-11-233-5/+15
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1616-32/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1617-34/+0
* powerpc/ata: Remove non-standard __FBSDID()Warner Losh2023-08-161-3/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1223-23/+23
* powerpc: Use the existing CTLFLAG_RDTUN and CTLFLAG_RWTUN flag definitionsZhenlei Huang2023-04-121-1/+1
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-222-2/+2
* pmap_mapdev: Consistently use vm_paddr_t for the first argument.John Baldwin2022-07-281-1/+1
* powerpc powermac: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-1018-72/+25
* Remove unused openpic_devclass.John Baldwin2022-05-101-2/+2
* Remove unused adb_devclass.John Baldwin2022-05-102-2/+2
* ata: Remove ata_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-062-2/+2
* ata_kauai: Fix support for "shasta" controllers.John Baldwin2022-04-181-14/+10
* powerpc pmu: Quiet set but unused warnings.John Baldwin2022-04-121-6/+3
* powerpc pmu: Don't use garbage battery info.John Baldwin2022-04-121-3/+5
* grackle badaddr: Use void casts instead of a dummy variable.John Baldwin2022-04-121-4/+3
* cuda: Remove unused variables.John Baldwin2022-04-121-4/+2
* ata_dbdma_dmainit: Remove unused variable.John Baldwin2022-04-121-2/+1
* ata_kauai: Remove unused variable.John Baldwin2022-04-121-2/+0
* [PowerPC] PowerMac timebase sync for G4Brandon Bergren2021-12-234-1/+282
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-234-4/+4
* Rename ofwpci.c to ofw_pcib.cMarcin Wojtas2021-05-203-6/+6
* powerpc: Fix programmer's switch driver and add to GENERICBrandon Bergren2021-04-051-33/+13
* powerpc/powermac: Constrain 'cpu_sleep()' for AIM to mpc745xJustin Hibbits2021-03-311-1/+12
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0124-91/+43
* RevertAndreas Tobler2020-03-061-19/+18
* Drop 'All rights reserved'Andreas Tobler2020-03-061-18/+19
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-265-48/+58
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-205-0/+12
* powerpc: Add opaque 'private data' to interrupt vectorsJustin Hibbits2019-01-122-19/+20
* powerpc/powermac: Fix macgpio(4) child interrupt resource handlingJustin Hibbits2018-12-061-4/+4
* Sprinkle EARLY_DRIVER_MODULE around the treeJustin Hibbits2018-12-047-9/+18
* Bump the number of fans supported from 8 to 12.Michael Tuexen2018-10-301-3/+3
* Fix null pointer dereference on nodes without a "compatible" property.Nathan Whitehorn2018-04-301-1/+2
* Release memory resource on cuda driver attach failure.Alexander Motin2018-04-191-0/+4
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-082-7/+7
* Fix minor locking issues in the Power Mac Uninorth PCI bridge driver.Landon J. Fuller2018-01-102-10/+27
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2733-0/+66
* Whether you can use mttb() or not is more complicated than whether PSL_HVNathan Whitehorn2017-11-251-0/+9
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Include pcib_private.h for prototypes.Warner Losh2017-02-261-0/+1
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1