]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r349201: efinet: Defer exclusively opening the network handles
authorKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 03:20:27 +0000 (03:20 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 03:20:27 +0000 (03:20 +0000)
commit32bf9131d83c60f73d3012cbe3cc9c6449280c4c
tree42f38feedbe5f737eb167c88516f3438cf663763
parent20c8611c84473bcdeea85aa809d288b87a94a41d
MFC r349201: efinet: Defer exclusively opening the network handles

Don't commit to exclusive access to the network device handle by
efinet until the loader has decided to load something through the
network. This allows for the possibility of other users of the
network device.
stand/efi/libefi/efinet.c