From: "Jörg Huwig" <jhuwig@intec-isdn.de>
To: <wd@denx.de>
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: USB driver for ISP1362 very slow
Date: Wed, 1 Dec 2004 09:44:55 +0100 [thread overview]
Message-ID: <0412010939587000@intec-isdn.de> (raw)
In-Reply-To: <20041130162456.5D24AC1430@atlas.denx.de>
Hi Wolfgang,
I tried different USB memory sticks but the result was always the same.
Also there were no error messages in the log file.=20
After trying to understand the driver, I found two defines which seem to =
be
responsible for the slow transmission.
In hcd-1161.c: #define ATL_DONE_DELAY 10
and in hcd-1161.h: #define ATL_BLOCK_SZ 64
with this defines the host controller handles every 11 ms one 64Byte ATL
block, which of cause is very slow.=20
I have changed the ALT_BLOCK_SZ from 64 to 512 and reduced the=20
ATL_DONE_DELAY from 10 to 2. With this changes the driver works much =
faster.
Is it OK to change these constants in that way or could this cause =
trouble?
Best regards,
Joerg Huwig
-----Urspr=FCngliche Nachricht-----
Von: wd@denx.de [mailto:wd@denx.de]=20
Gesendet: Dienstag, 30. November 2004 17:25
An: J=F6rg Huwig
Cc: Linuxppc-embedded@ozlabs.org
Betreff: Re: USB driver for ISP1362 very slow=20
Hello,
in message <04113016200014900@intec-isdn.de> you wrote:
>=20
> I'm using an ISP1362 as an USB host controller connected to a MPC880=20
> running under Linux 2.4.25.
> The Driver seems to work fine as I can mount an USB memory stick.=20
> But the performance is very bad. To copy a 1MByte big file from the=20
> USB memory stick to the RAM disk takes about 3 minutes.
Are there any error messages in the log files? Did you try another =
USB
memory stick, especially any USB 2.0 stick?
> Does anyone has experience with the ISP1362 driver in Kernel 2.4.25??
Sure. We implemented it and tested it with mass storage devices, USB
modems, network adapters and in combination with RNDIS on Windoze.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de "I
find this a nice feature but it is not according to the documen-
tation. Or is it a BUG?" "Let's call it an accidental feature. :-)"
- Larry Wall in <6909@jpl-devvax.JPL.NASA.GOV>
prev parent reply other threads:[~2004-12-01 8:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-30 15:24 USB driver for ISP1362 very slow Jörg Huwig
2004-11-30 16:24 ` Wolfgang Denk
2004-12-01 8:44 ` Jörg Huwig [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0412010939587000@intec-isdn.de \
--to=jhuwig@intec-isdn.de \
--cc=linuxppc-embedded@ozlabs.org \
--cc=wd@denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).