CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/21 05:19:39
Modified files:
sys/dev/pci : if_igc.c if_igc.h if_ix.c if_ix.h
Log message:
Make igc(4) and ix(4) struct names unique.
In ddb show struct gets confused if the same struct name exists
twice. Add a prefix to tx_ring and rx_ring in drivers.
OK miod@ jan@
