aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/tx
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2005-09-27 18:10:43 +0000
committerMax Laier <mlaier@FreeBSD.org>2005-09-27 18:10:43 +0000
commitb6de9e91bd2c47efaeec72a08642f8fd99cc7b20 (patch)
tree06d50385e76f077f148ab914f1e6e424fbea50a1 /sys/modules/tx
parent458d22f30259508abcc97d1331ad091d5e70c523 (diff)
downloadsrc-b6de9e91bd2c47efaeec72a08642f8fd99cc7b20.tar.gz
src-b6de9e91bd2c47efaeec72a08642f8fd99cc7b20.zip
Remove bridge(4) from the tree. if_bridge(4) is a full functional
replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period)
Notes
Notes: svn path=/head/; revision=150636
Diffstat (limited to 'sys/modules/tx')
-rw-r--r--sys/modules/tx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/tx/Makefile b/sys/modules/tx/Makefile
index 8d4ded923798..1fe6ba119a86 100644
--- a/sys/modules/tx/Makefile
+++ b/sys/modules/tx/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../dev/tx
KMOD= if_tx
-SRCS= if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS= if_tx.c device_if.h bus_if.h pci_if.h
SRCS+= miibus_if.h miidevs.h
.include <bsd.kmod.mk>