freebsd-dev/sys/dev/cfi
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
..
cfi_bus_fdt.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
cfi_bus_ixp4xx.c Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
cfi_bus_nexus.c Set BUS_PROBE_NOWILDCARD on this attachment as a stopgap. Unconditionally 2013-10-22 14:10:00 +00:00
cfi_core.c MFP4: 1136252 2013-10-18 20:52:42 +00:00
cfi_dev.c MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643 2013-09-04 17:19:21 +00:00
cfi_disk.c MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643 2013-09-04 17:19:21 +00:00
cfi_reg.h MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643 2013-09-04 17:19:21 +00:00
cfi_var.h MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643 2013-09-04 17:19:21 +00:00