summaryrefslogtreecommitdiff
path: root/sys/dev/ppc/ppc_puc.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-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-09-15Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin
2006-04-28Rewrite of puc(4). Significant changes are:Marcel Moolenaar
2006-04-26o Use __FBSDIDMarcel Moolenaar
2006-04-24o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2003-08-01Add printer support to puc(4) driver.Doug Ambrisko