summaryrefslogtreecommitdiffstats
path: root/sys/dev/txp
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2001-07-23 20:54:31 +0000
committerwpaul <wpaul@FreeBSD.org>2001-07-23 20:54:31 +0000
commit12c19003d731cbb84c57df93c33a7e7ce5d74450 (patch)
treefca5475b55aa9f056c1a439155ee644045ad3356 /sys/dev/txp
parent08feeb2436d8817c951b188d7f86bd0dec292b03 (diff)
downloadFreeBSD-src-12c19003d731cbb84c57df93c33a7e7ce5d74450.zip
FreeBSD-src-12c19003d731cbb84c57df93c33a7e7ce5d74450.tar.gz
Grrr. Module depends on vlan.h, and I committed the wrong version
of if_txpreg.h, which didn't have sc_rxbufprod defined in the softc struct.
Diffstat (limited to 'sys/dev/txp')
-rw-r--r--sys/dev/txp/if_txpreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/txp/if_txpreg.h b/sys/dev/txp/if_txpreg.h
index 8704a33..634c29f 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];
OpenPOWER on IntegriCloud