aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppc/ppc_puc.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-211-2/+1
* Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin2008-09-151-1/+2
* Rewrite of puc(4). Significant changes are:Marcel Moolenaar2006-04-281-0/+13
* o Use __FBSDIDMarcel Moolenaar2006-04-261-12/+11
* o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar2006-04-241-2/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Add printer support to puc(4) driver.Doug Ambrisko2003-08-011-0/+83