summaryrefslogtreecommitdiff
path: root/sys/dev/ppc/ppc_isa.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
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-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2013-02-21No longer need splhigh() since locking was done, delete it andWarner Losh
2009-01-21Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin
2008-09-15Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin
2008-08-29Remove unneeded include.Yoshihiro Takahashi
2008-08-22Use bus_foo() rather than bus_space_foo() and remove bus handle and tagJohn Baldwin
2006-04-24o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar