summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-04-02 02:38:35 +0000
committerimp <imp@FreeBSD.org>2002-04-02 02:38:35 +0000
commit6503ac6382f452943f43a23d7f762a41446b9fde (patch)
tree5ecd72ef70990280cf10f0f5f174874ad7b4c4ef /sys/modules
parent6f01a2296f0fcd6e8dd625aa2b6ee0d2da57686a (diff)
downloadFreeBSD-src-6503ac6382f452943f43a23d7f762a41446b9fde.zip
FreeBSD-src-6503ac6382f452943f43a23d7f762a41446b9fde.tar.gz
First cut at breaking out the bus attachment from the bus independent
part of the driver. Also, move the softc and some other stuff to if_wivar.h from if_wireg.h to make future merging activities easier.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/wi/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/modules/wi/Makefile b/sys/modules/wi/Makefile
index 3501a37..b378d3e 100644
--- a/sys/modules/wi/Makefile
+++ b/sys/modules/wi/Makefile
@@ -3,11 +3,7 @@
.PATH: ${.CURDIR}/../../dev/wi
KMOD= if_wi
-SRCS= if_wi.c card_if.h device_if.h bus_if.h pci_if.h pci.h
-
-CLEANFILES += pci.h
-
-pci.h:
- echo "#define NPCI 1" > $@
+SRCS= if_wi.c if_wi_pccard.c if_wi_pci.c \
+ card_if.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud