aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r295756:Zbigniew Bodek2016-02-201-2/+1
* Fix build for i386 and arm64 after r295755Zbigniew Bodek2016-02-181-0/+1
* Extract common code from PowerPC's ofw_pciZbigniew Bodek2016-02-181-1/+2
* Fix the value we print when the size is too large. While here fix the typesAndrew Turner2016-01-271-2/+2
* When finding the physical address of a device allow intermediate addressesAndrew Turner2016-01-271-2/+7
* Fix the detection of IO/memory space changing across busses when the busIan Lepore2015-12-221-3/+2
* Implement OF_decode_addr() for arm. Move most of powerpc's implementationIan Lepore2015-12-211-0/+177