]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bus: retire DF_REBID
authorWarner Losh <imp@FreeBSD.org>
Fri, 24 Sep 2021 18:10:18 +0000 (12:10 -0600)
committerWarner Losh <imp@FreeBSD.org>
Fri, 24 Sep 2021 18:15:34 +0000 (12:15 -0600)
commit0389e9be63c5e24ecedbb366c5682ddc2ff4de60
tree839271e3201b5ea1268c899cded45f075ad3fe17
parent364790beafec707ca3e334683e4030684d829be2
bus: retire DF_REBID

I did DF_REBID to allow for 'hoover' drivers that would attach to
otherwise unattached devices in the tree. This notion didn't catch on as
it was tricky to make work well and it was easier to just publish a /dev
node of some flavor by the parent device. It's been nothing but dead
weight for a long time.

Reviewed by: mav
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D32056
sys/kern/subr_bus.c
sys/sys/bus.h