[BACK]Return to if_tireg.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pci

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/pci/if_tireg.h between version 1.21 and 1.22

version 1.21, 2019/03/05 08:25:02 version 1.22, 2019/09/13 07:55:07
Line 1127  struct ti_softc {
Line 1127  struct ti_softc {
         u_int32_t               ti_rx_max_coal_bds;          u_int32_t               ti_rx_max_coal_bds;
         u_int32_t               ti_tx_max_coal_bds;          u_int32_t               ti_tx_max_coal_bds;
         u_int32_t               ti_tx_buf_ratio;          u_int32_t               ti_tx_buf_ratio;
         int                     ti_if_flags;          u_short                 ti_if_flags;
         int                     ti_txcnt;          int                     ti_txcnt;
         void *sc_ih;          void *sc_ih;
         bus_dma_tag_t sc_dmat;          bus_dma_tag_t sc_dmat;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb <webmaster@jp.NetBSD.org>