CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/13 22:48:16
Modified files:
sys/dev/pci : if_mcx.c
Log message:
move tx and rx ring variables into their own structs.
this is a first step toward making mcx work with multiple rings and
interrupts. one ring is still hardcoded in the driver, this is just
shuffling the deck chairs.
ok jmatthew@
