summaryrefslogtreecommitdiffstats
path: root/sys/modules/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/modules/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/modules/txp')
-rw-r--r--sys/modules/txp/Makefile2
1 files changed, 1 insertions, 1 deletions
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