summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2006-01-09 17:46:36 +0000
committertakawata <takawata@FreeBSD.org>2006-01-09 17:46:36 +0000
commite1d94e8c41dc892331b730436e8efe332ddc3ab7 (patch)
tree892d17dda5ee73e3a16b14285d1a99039c2fb2da /sys/modules
parent8f499f52b67ad38fa2e3837f6f048b2b3825ae67 (diff)
downloadFreeBSD-src-e1d94e8c41dc892331b730436e8efe332ddc3ab7.zip
FreeBSD-src-e1d94e8c41dc892331b730436e8efe332ddc3ab7.tar.gz
Add FOMA (NTT DoCoMo 3G mobile phone system) driver.
This is based on MCPC USB mobile phone guide line (MCPC-GL005) Some other 3G system or so will work with this driver. Kyocera PHS terminal (a.k.a. Kyopon) is known to work, which is now supported by umodem(4) driver.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ufoma/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/ufoma/Makefile b/sys/modules/ufoma/Makefile
new file mode 100644
index 0000000..e89819c
--- /dev/null
+++ b/sys/modules/ufoma/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/usb
+
+KMOD= ufoma
+SRCS= bus_if.h device_if.h opt_usb.h ufoma.c usbdevs.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud