]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix gpiobus to return BUS_PROBE_GENERIC insted of BUS_PROBE_SPECIFIC (0) so
authorLuiz Otavio O Souza <loos@FreeBSD.org>
Tue, 12 Nov 2013 16:08:23 +0000 (16:08 +0000)
committerLuiz Otavio O Souza <loos@FreeBSD.org>
Tue, 12 Nov 2013 16:08:23 +0000 (16:08 +0000)
commitea5d5118aef75546eb5edf599260286bd943d7ec
treedad0a9a007eda1601d4572290bec0b60a559ef99
parentce102ac2aed8def521f53e59c070ec011dd202c7
Fix gpiobus to return BUS_PROBE_GENERIC insted of BUS_PROBE_SPECIFIC (0) so
it can be overriden by its OFW/FDT version.

Give a chance for GPIO devices that implement the device_identify method to
attach.

Approved by: adrian (mentor)
sys/dev/gpio/gpiobus.c