]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 304654,304722,304723
authorsephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Oct 2016 03:23:43 +0000 (03:23 +0000)
committersephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Oct 2016 03:23:43 +0000 (03:23 +0000)
commitf0585478190ba7a01f391b0d3646f58c61b30ff2
treec8804c440b2fc87a7b4e3560bb780ff90a6604f4
parent233a228a51c7f89443e8da806204d9ad6c8d4e1a
MFC 304654,304722,304723

304654
    net: Split RNDIS protocol structs/macros out of dev/usb/net/if_urndisreg.h

    So that Hyper-V can leverage them instead of rolling its own definition.

    Discussed with: hps
    Reviewed by:    hps
    Sponsored by:   Microsoft
    Differential Revision:  https://reviews.freebsd.org/D7592

304722
    net/rndis: Add canonical RNDIS major/minor version as of today.

    Reviewed by:    hps
    Sponsored by:   Microsoft
    Differential Revision:  https://reviews.freebsd.org/D7593

304723
    net/rndis: Fix RNDIS_STATUS_PENDING definition.

    While I'm here, sort the RNDIS status in ascending order.

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

git-svn-id: svn://svn.freebsd.org/base/stable/10@307175 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/net/if_urndis.c
sys/dev/usb/net/if_urndisreg.h
sys/net/rndis.h [new file with mode: 0644]