]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 321406
authorsephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 31 Jul 2017 03:49:08 +0000 (03:49 +0000)
committersephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 31 Jul 2017 03:49:08 +0000 (03:49 +0000)
commit0b193d1fe19e6ac6ae38ba4952604c921df5518a
tree8e674f29a5b36a8e0628f3a4fe0b1782db769af4
parent300d352bbe40427e22a05ea265c1f7c3ed189b05
MFC 321406

    ethernet: Add ethernet interface attached event and devctl notification.

    ifnet_arrival_event may not be adequate under certain situation; e.g.
    when the LLADDR is needed.  So the ethernet ifattach event is announced
    after all necessary bits are setup.

    Sponsored by:   Microsoft
    Differential Revision:  https://reviews.freebsd.org/D11617

git-svn-id: svn://svn.freebsd.org/base/stable/10@321752 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/ethernet.h
sys/net/if_ethersubr.c