From owner-FreeBSD-users-jp@jp.FreeBSD.org Tue Apr 17 17:12:28 2007
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id l3H8CSv27852;
	Tue, 17 Apr 2007 17:12:28 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from msag500.nifty.com (msag500.nifty.com [202.248.238.121])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id l3H8CRM27844
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Tue, 17 Apr 2007 17:12:27 +0900 (JST)
	(envelope-from nonomura@nifty.com)
Received: from mars4.nodomain.nifty.com (eM60-254-196-181.pool.emobile.ad.jp [60.254.196.181]) (authenticated)
	by msag500.nifty.com with ESMTP id l3H8CAD0006676
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Tue, 17 Apr 2007 17:12:12 +0900
DomainKey-Signature: a=rsa-sha1; s=msag500; d=nifty.com; c=nofws; q=dns;
	b=d2Ut0xX8jCkvtOYhi4y9l6kTc/K2ZKPYzCRJBf/j9tnszQ28NdG3wp9D2neqDk4v7
	hGj3fFzfFTU04Eki0gyjw==
Message-Id: <200704170812.l3H8CAD0006676@msag500.nifty.com>
From: Ko Nonomura <nonomura@nifty.com>
To: FreeBSD-users-jp@jp.FreeBSD.org
In-Reply-To: <200704131623.l3DGNIx8019056@msag500.nifty.com>
References: <200704031333.l33DXI1W006507@msag501.nifty.com>
	<200704040909.l3499Hnv014406@msag501.nifty.com>
	<200704131623.l3DGNIx8019056@msag500.nifty.com>
User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8
 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/21.3 (i386--freebsd) MULE/5.0
 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=ISO-2022-JP
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Tue, 17 Apr 2007 17:12:08 +0900
X-Sequence: FreeBSD-users-jp 90542
Subject: [FreeBSD-users-jp 90542] Re: EMOBILE D01NE
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: nonomura@nifty.com
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+060209

$BLn!9B<$G$9!#(B

$B$=$l$i$7$$$H$3$m$,8+IU$+$j$^$7$?!#(B
/usr/src/sys/dev/usb/umodem.c
$B$N%P%C%U%!%5%$%:$r(BNetBSD$B$G;H$o$l$F$$$kCM$r;29M$K(B
$BA}$d$7$?$H$3$m(B150KBps$BDxEY$^$G$"$,$k$h$&$K$J$j$^$7$?!#(B

$B:9J,$r$D$1$^$9$N$G!"6=L#$N$"$kJ}$O;n$7$F$_$F$/$@$5$$!#(B
$B$A$J$_$K!"(B8192$B$^$GA}$d$7$F$_$^$7$?$,!"$"$^$jJQ2=$O(B
$B$"$j$^$;$s$G$7$?!#(B

$B1|;3$5$s!"$$$m$$$m$H$"$j$,$H$&$4$6$$$^$7$?!#(B

--- sys/dev/usb/umodem.c.orig   Mon Apr 16 20:35:48 2007
+++ sys/dev/usb/umodem.c        Tue Apr 17 13:38:06 2007
@@ -135,8 +135,8 @@
  * If some really high speed devices should use this driver they
  * may need to be increased, but this is good enough for normal modems.
  */
-#define UMODEMIBUFSIZE 64
-#define UMODEMOBUFSIZE 256
+#define UMODEMIBUFSIZE 4096
+#define UMODEMOBUFSIZE 4096
 
 #define UMODEM_MODVER                  1       /* module version */
 
