From b6de9e91bd2c47efaeec72a08642f8fd99cc7b20 Mon Sep 17 00:00:00 2001 From: Max Laier Date: Tue, 27 Sep 2005 18:10:43 +0000 Subject: 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) --- sys/modules/nsp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/nsp') diff --git a/sys/modules/nsp/Makefile b/sys/modules/nsp/Makefile index 3cdc7051079f..1773286a7bca 100644 --- a/sys/modules/nsp/Makefile +++ b/sys/modules/nsp/Makefile @@ -4,7 +4,7 @@ KMOD= nsp SRCS= nsp.c nsp_pccard.c -SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h pccarddevs.h +SRCS+= device_if.h bus_if.h pci_if.h isa_if.h card_if.h pccarddevs.h SRCS+= opt_cam.h opt_scsi.h opt_ddb.h .include -- cgit v1.3