aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppc/ppc_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* No longer need splhigh() since locking was done, delete it andWarner Losh2013-02-211-9/+1
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-211-5/+9
* Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin2008-09-151-2/+3
* Remove unneeded include.Yoshihiro Takahashi2008-08-291-5/+0
* Use bus_foo() rather than bus_space_foo() and remove bus handle and tagJohn Baldwin2008-08-221-0/+1
* o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar2006-04-241-0/+281