summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2008-09-12 03:45:08 +0000
committertakawata <takawata@FreeBSD.org>2008-09-12 03:45:08 +0000
commit4ffcdcfe354f3a62410755dbb2890260c6dd5849 (patch)
treebc49a6be20107f7bc4b5c9fa89215a6ae670acdf /sys
parent34902adea1ef0799b481ff4c26050d89b53b2db4 (diff)
downloadFreeBSD-src-4ffcdcfe354f3a62410755dbb2890260c6dd5849.zip
FreeBSD-src-4ffcdcfe354f3a62410755dbb2890260c6dd5849.tar.gz
Connect ufoma(4) to build and,
disable handsfree interface that is not yet ported to newtty.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/ufoma.c2
-rw-r--r--sys/modules/Makefile1
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/ufoma.c b/sys/dev/usb/ufoma.c
index ef6840b..250f161 100644
--- a/sys/dev/usb/ufoma.c
+++ b/sys/dev/usb/ufoma.c
@@ -1,7 +1,5 @@
/* $NetBSD: umodem.c,v 1.45 2002/09/23 05:51:23 simonb Exp $ */
-#define UFOMA_HANDSFREE
-
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index b4f150e..41cab9f 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -276,6 +276,7 @@ SUBDIR= ${_3dfx} \
udf_iconv \
ufm \
${_ufs} \
+ ufoma \
uftdi \
ugen \
uhid \
OpenPOWER on IntegriCloud