freebsd-dev/sys/arm/versatile
Ian Lepore add35ed5b8 Follow r261352 by updating all drivers which are children of simplebus
to check the status property in their probe routines.

Simplebus used to only instantiate its children whose status="okay"
but that was improper behavior, fixed in r261352.  Now that it doesn't
check anymore and probes all its children; the children all have to
do the check because really only the children know how to properly
interpret their status property strings.

Right now all existing drivers only understand "okay" versus something-
that's-not-okay, so they all use the new ofw_bus_status_okay() helper.
2014-02-02 19:17:28 +00:00
..
bus_space.c Correct license statements to reflect the fact that these files were all 2013-12-10 22:13:36 +00:00
common.c
files.versatile
if_smc_fdt.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
pl050.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
sp804.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
versatile_clcd.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
versatile_machdep.c Call initarm_lastaddr() later in the init sequence, after establishing 2013-11-05 02:57:34 +00:00
versatile_pci_bus_space.c
versatile_pci_bus_space.h
versatile_pci.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
versatile_sic.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
versatile_timer.c Remove #include <machine/frame.h> from all the arm code that doesn't 2013-10-27 01:34:10 +00:00