From 4ffcdcfe354f3a62410755dbb2890260c6dd5849 Mon Sep 17 00:00:00 2001 From: takawata Date: Fri, 12 Sep 2008 03:45:08 +0000 Subject: [PATCH] Connect ufoma(4) to build and, disable handsfree interface that is not yet ported to newtty. --- sys/dev/usb/ufoma.c | 2 -- sys/modules/Makefile | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/usb/ufoma.c b/sys/dev/usb/ufoma.c index ef6840bff87..250f161e35a 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 __FBSDID("$FreeBSD$"); diff --git a/sys/modules/Makefile b/sys/modules/Makefile index b4f150ed2d6..41cab9fbce2 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -276,6 +276,7 @@ SUBDIR= ${_3dfx} \ udf_iconv \ ufm \ ${_ufs} \ + ufoma \ uftdi \ ugen \ uhid \ -- 2.45.0