CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/15 00:54:10
Modified files:
sys/dev/pci : if_mcx.c
Log message:
Rework tx path to allow using up to 13 segments per packet, so we don't
have to defrag everything. While working on this I discovered both of
the tx doorbells can be rung once per mcx_start() call, rather than once
per packet. dlg@ helped a lot by making me read the documentation again.
