summaryrefslogtreecommitdiffstats
path: root/sys/modules/ral
diff options
context:
space:
mode:
authordamien <damien@FreeBSD.org>2005-04-18 18:47:38 +0000
committerdamien <damien@FreeBSD.org>2005-04-18 18:47:38 +0000
commit8e5cb227ae2e16c00330d1ac4cda0283c63ae3cc (patch)
tree00a85f67ae885950420bc02a1c7a7b91c54b7335 /sys/modules/ral
parentf3ecaa630b5d676d2b43b5da90f46c294bd63836 (diff)
downloadFreeBSD-src-8e5cb227ae2e16c00330d1ac4cda0283c63ae3cc.zip
FreeBSD-src-8e5cb227ae2e16c00330d1ac4cda0283c63ae3cc.tar.gz
Initial import of ipw, iwi, ral and ural drivers:
ipw - Intel PRO/Wireless 2100 iwi - Intel PRO/Wireless 2200BG/2225BG/2915ABG ral - Ralink Technology RT2500 ural - Ralink Technology RT2500USB Approved by: silby (mentor)
Diffstat (limited to 'sys/modules/ral')
-rw-r--r--sys/modules/ral/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/ral/Makefile b/sys/modules/ral/Makefile
new file mode 100644
index 0000000..002d1e8
--- /dev/null
+++ b/sys/modules/ral/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/ral
+
+KMOD = if_ral
+SRCS = if_ral.c if_ralrate.c if_ral_pccard.c if_ral_pci.c \
+ opt_bdg.h device_if.h bus_if.h pci_if.h card_if.h pccarddevs.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud