diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2001-07-23 20:54:31 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2001-07-23 20:54:31 +0000 |
| commit | de8e167ce663ae7276118d66252742775e013fdd (patch) | |
| tree | fca5475b55aa9f056c1a439155ee644045ad3356 /sys/dev/txp | |
| parent | 362c5c1e02c1c7251ba4a80e0b88d582982a7dab (diff) | |
Notes
Diffstat (limited to 'sys/dev/txp')
| -rw-r--r-- | sys/dev/txp/if_txpreg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/txp/if_txpreg.h b/sys/dev/txp/if_txpreg.h index 8704a33a4b3e0..634c29f07f7e6 100644 --- a/sys/dev/txp/if_txpreg.h +++ b/sys/dev/txp/if_txpreg.h @@ -603,6 +603,7 @@ struct txp_softc { struct mtx sc_mtx; struct txp_ldata *sc_ldata; void *sc_fwbuf; + int sc_rxbufprod; struct txp_cmd_ring sc_cmdring; struct txp_rsp_ring sc_rspring; struct txp_swdesc sc_txd[TX_ENTRIES]; |
