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 | |
| parent | 362c5c1e02c1c7251ba4a80e0b88d582982a7dab (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/txp/if_txpreg.h | 1 | ||||
| -rw-r--r-- | sys/modules/txp/Makefile | 2 |
2 files changed, 2 insertions, 1 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]; 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: |
