summaryrefslogtreecommitdiffstats
path: root/sys/modules/owi/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-24 05:42:49 +0000
committerimp <imp@FreeBSD.org>2003-08-24 05:42:49 +0000
commitce0fe9a89c47ed92f32795a303901033f5621cf3 (patch)
tree0926cbbc0bb06416f61755faa574441680c5a292 /sys/modules/owi/Makefile
parente0b18b1ee704ccac78df735fd72caa06d15bb6c5 (diff)
downloadFreeBSD-src-ce0fe9a89c47ed92f32795a303901033f5621cf3.zip
FreeBSD-src-ce0fe9a89c47ed92f32795a303901033f5621cf3.tar.gz
Check in the known good version of the wi driver, with prism/symbol
support stripped out and minimally renamed to owi. This driver attaches to lucent cards only. This is designed to aid in the testing of fixes to the wi driver for lucent cards. It is supported only as a module (you cannot compile it into your kernel). You cannot have the wi driver in your kernel (or loaded as a moudle) to use the owi module. I've not connected it to build, as this module is currently for debugging purposes. This is for developers only at the present time. If we can't get lucent support fixed by 5.2 code freeze, then we'll re-evaulate this support level. Please use this to fix the lucent support in dev/wi. This will be removed from the system when lucent support has been fixed in dev/wi. Note to developers: Do not connect this to the build, make it possible to build into the kernel or otherwise 'integrate' this into system without checking with me first. This is for debugging purposes only. If this doesn't work for you, I don't want to hear about it unless you are fixing the wi driver :-)
Diffstat (limited to 'sys/modules/owi/Makefile')
-rw-r--r--sys/modules/owi/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/owi/Makefile b/sys/modules/owi/Makefile
new file mode 100644
index 0000000..3ffb1b0
--- /dev/null
+++ b/sys/modules/owi/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/owi
+
+KMOD= if_owi
+SRCS= opt_wi.h if_owi.c if_owi_pccard.c \
+ card_if.h device_if.h bus_if.h pci_if.h
+
+opt_wi.h:
+ touch ${.TARGET}
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud