9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Francisco J Ballesteros <nemo@lsub.org>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] usb ohci - one more question
Date: Tue, 22 Feb 2011 18:17:08 +0100	[thread overview]
Message-ID: <AANLkTinjH-qm4zdYkdPcFg3vZxiThMA1UrSs=Qt9KPgc@mail.gmail.com> (raw)
In-Reply-To: <20110222170448.9473A65D3E@server.hemiola.co.uk>

We don't follow the spec that close. I think linux calls this pipes,
but I'm not sure now. In any case, IIRC, we could do I/O on
those eps [but I'm kind of sleepy now and don't have the code at hand,
so don't trust me too much on this; I can double check later if you
want me to do that.]

On the other hand, there are so many ep types and transfer types,
that it looks easier to follow the same pattern for I/O on all eps, duplex
or not (note that the std would call each simplex chan an "endpoint", but
you can pair two of them and consider them an endpoint when they are duplex).

On Tue, Feb 22, 2011 at 6:02 PM,  <rod@hemiola.co.uk> wrote:
> May I have one more question?
>
> When you create a new bulk or interrupt endpoint "epopen" is called.
> The aux field of the Ep is set to point to an array of two Qio
> structures. One for input and one for output. Both of those in turn
> have a pointer to, and a one-to-one correspondence with, an endpoint
> descriptor (Ed). "newed" is called for each Qio to link the Qio's
> endpoint descriptor into the controller's chain.
>
> I can't figure out why there are two Qio structs. The usb spec says
> that bulk/interrupt endpoints are unidirectional, so why wouldn't just
> a single one do?
>
> Thanks,
>
> rod
>
>



  reply	other threads:[~2011-02-22 17:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-22 17:02 rod
2011-02-22 17:17 ` Francisco J Ballesteros [this message]
2011-02-22 17:29   ` Richard Miller
2011-02-22 17:39     ` rod
2011-02-22 18:56       ` Francisco J Ballesteros

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='AANLkTinjH-qm4zdYkdPcFg3vZxiThMA1UrSs=Qt9KPgc@mail.gmail.com' \
    --to=nemo@lsub.org \
    --cc=9fans@9fans.net \
    /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).