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.
This commit is contained in:
parent
362c5c1e02
commit
de8e167ce6
@ -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];
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user