CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/12/26 18:00:26

Modified files:
        sys/dev/pci    : if_mcx.c 

Log message:
have mcx_process_txeof return the number of slots it processed.

it used a pointer in an argument to communicate that back to the
caller, while being a void functon. this seems more natural and
brings it in line with how the rx completion function returns free
slots to its caller too.

Reply via email to