summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/txp/if_txpreg.h1
-rw-r--r--sys/modules/txp/Makefile2
2 files changed, 2 insertions, 1 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];
diff --git a/sys/modules/txp/Makefile b/sys/modules/txp/Makefile
index adc6625..af7b596 100644
--- a/sys/modules/txp/Makefile
+++ b/sys/modules/txp/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../dev/txp
KMOD= if_txp
-SRCS= if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS= if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h vlan.h
CLEANFILES= vlan.h
vlan.h:
OpenPOWER on IntegriCloud