CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/07 00:47:41
Modified files:
sys/dev/pci : if_mcx.c
Log message:
have mcx_process_rx return the number of slots it made free
this is instead of passing a pointer to the counter.
while here use byte swapping loads and stores, which is mostly a
nop cos i dont think we have an LE arch with swapping memory
operations.
ok jmatthew@
