summaryrefslogtreecommitdiffstats
path: root/sys/modules/malo
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2008-03-25 06:32:33 +0000
committerweongyo <weongyo@FreeBSD.org>2008-03-25 06:32:33 +0000
commit9a9594d179e3c5f3f47d805d0479f17ee4475f84 (patch)
treeb93f9a4683497d690c51a5b90df665ddeb05a595 /sys/modules/malo
parent953e13c915c537826014e9efb6bc8a4009727f72 (diff)
downloadFreeBSD-src-9a9594d179e3c5f3f47d805d0479f17ee4475f84.zip
FreeBSD-src-9a9594d179e3c5f3f47d805d0479f17ee4475f84.tar.gz
Add support for Marvell Libertas 88W8335 based PCI network adapters.
Reviewed by: sam, many wireless people Approved by: thompsa (mentor)
Diffstat (limited to 'sys/modules/malo')
-rw-r--r--sys/modules/malo/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/malo/Makefile b/sys/modules/malo/Makefile
new file mode 100644
index 0000000..c0e88c5
--- /dev/null
+++ b/sys/modules/malo/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/malo
+
+KMOD = if_malo
+SRCS = if_malo.c if_malohal.c if_malo_pci.c device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud