]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,
authorian <ian@FreeBSD.org>
Sun, 5 Jan 2014 22:36:34 +0000 (22:36 +0000)
committerian <ian@FreeBSD.org>
Sun, 5 Jan 2014 22:36:34 +0000 (22:36 +0000)
commit420aa503c6704f4bb0c18541b7c7c193388555e1
treee83eb08af479512a00f04c4a944ab592618fc11b
parent6f9ebfa0c3159b8dd19fa1a837691a7deaaa3842
Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,
related to setting up static device mappings.  Since it was only used by
arm/mv/mv_pci.c, it's now just static functions within that file, plus
one public function that gets called only from arm/mv/mv_machdep.c.
sys/arm/include/fdt.h
sys/arm/mv/mv_machdep.c
sys/arm/mv/mv_pci.c
sys/arm/mv/mvvar.h
sys/conf/files
sys/dev/fdt/fdt_common.h
sys/dev/fdt/fdt_pci.c [deleted file]