From de8e167ce663ae7276118d66252742775e013fdd Mon Sep 17 00:00:00 2001 From: Bill Paul Date: Mon, 23 Jul 2001 20:54:31 +0000 Subject: 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. --- sys/dev/txp/if_txpreg.h | 1 + sys/modules/txp/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') 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]; diff --git a/sys/modules/txp/Makefile b/sys/modules/txp/Makefile index adc66255cfd5c..af7b5968bc41c 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: -- cgit v1.3