]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow drivers to return BUS_PROBE_NOWILDCARD from their attach routine to
authorRyan Stone <rstone@FreeBSD.org>
Thu, 8 Aug 2013 19:30:49 +0000 (19:30 +0000)
committerRyan Stone <rstone@FreeBSD.org>
Thu, 8 Aug 2013 19:30:49 +0000 (19:30 +0000)
commit08a42caa50acc0292287866dc4f2496e947a6650
treedd9fe1dd054c1339f173dabd80140468a13aca40
parentb74dd6c77b5372f57858521f08d85d183a3231eb
Allow drivers to return BUS_PROBE_NOWILDCARD from their attach routine to
match devices where the driver class was fixed but the unit number was
wildcarded.  This better matches the documented behaviour in
DEVICE_PROBE(9).

Reviewed by: imp
sys/kern/subr_bus.c