summaryrefslogtreecommitdiff
path: root/sys/dev/ppc/ppc_acpi.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06ppbus/ppc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2020-09-01ppc: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2009-01-21Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin
2008-11-16Various whitespace and style fixes.John Baldwin
2008-09-15Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin
2008-08-22Use ppc_detach() for device_detach instead of ppc_attach().John Baldwin
2006-04-24o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar