CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/11 22:23:59
Modified files:
sys/dev/pci : if_mcx.c
Log message:
Use unsigned types for queue counters and mask them appropriately before
writing to doorbell registers. Now it should work for more than a couple
of billion packets. While here, actually set up the timeout to refill
the rx ring if it's empty, and remove the unused rx consumer counter.
chris@ reminded me this was still a problem
ok dlg@
