9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Lucio De Re <lucio@proxima.alt.za>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] USB developments
Date: Thu, 15 Jan 2004 15:02:25 +0200	[thread overview]
Message-ID: <20040115150224.H25947@cackle.proxima.alt.za> (raw)
In-Reply-To: <20040115120513.C25947@cackle.proxima.alt.za>; from Lucio De Re on Thu, Jan 15, 2004 at 12:05:14PM +0200

On Thu, Jan 15, 2004 at 12:05:14PM +0200, Lucio De Re wrote:
>
> Well, my thinking (muddled as it is) was that the ATA/ATAPI driver
> must somehow submit commands via the USB interface, which means that
> if the ATAPI driver is not already split along these lines, it ought
> to be and the top portion would then be linked to its bottom portion
> or the USB driver depending on how it is to be used.
>
As suggested by Richard Miller, I had a look at /dev/sdctl.
There'are configure() and unconfigure() functions in there that
certainly seem appropriate to our needs.  If I read it right, they
deal with the appearance and disappearance of ATA (and SCSI? doesn't
look like it, at first glance) controllers in PCMCIA (PC-Card)
format.

The corresponding /dev/sdstat, queried on my workstation, yields:

	term% cat /dev/sdstat
	sdC ata port 1F0 ctl 3F4 irq 14
	sdD ata port 170 ctl 374 irq 15

which is pretty useful, if not exactly in the format USB would
require.  Is there any documentation on this other than the source?
The source is OK, I guess, but it seldom provides rationale, which
would help me immensely.

At a guess, for correction by those in the know, I'd wish for:

	...
	sdU ata usb0/2 ...

with all sorts of complications that cause my head to hurt.  But it
won't cause any damage to fix the little comment:

	/* Try to find the card on the ISA bus.  This code really belongs
		in sdata and I'll move it later.  Really! */

(this in /sys/src/9/port/devsd.c!).  I should think that generalising
the (un)configure() functions would require producing specialised
stubs for each machine dependent or otherwise device, so the above
would be fixed as a matter of course.

++L


  parent reply	other threads:[~2004-01-15 13:02 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-15  6:16 Lucio De Re
2004-01-15  8:23 ` Fco.J.Ballesteros
2004-01-15  8:42   ` Lucio De Re
2004-01-15  9:13     ` Fco.J.Ballesteros
2004-01-15  9:17       ` Fco.J.Ballesteros
2004-01-15 10:05       ` Lucio De Re
2004-01-15 10:23         ` Fco.J.Ballesteros
2004-01-15 13:02         ` Lucio De Re [this message]
2004-01-15 14:05           ` Richard Miller
2004-01-15 14:44             ` Lucio De Re
2004-01-15 14:56               ` Fco.J.Ballesteros
2004-01-15 15:20                 ` Lucio De Re
2004-01-15 15:41                   ` Fco.J.Ballesteros
2004-01-15 14:53             ` Fco.J.Ballesteros
2004-01-15 21:25             ` Dan Cross
2004-01-15 10:30       ` usbd - revision (Was: [9fans] USB developments) Lucio De Re
2004-01-15 10:46         ` Fco.J.Ballesteros
2004-01-15 11:47           ` Lucio De Re
2004-01-15 12:11             ` Charles Forsyth
2004-01-15 12:43               ` Lucio De Re
2004-01-15 18:01                 ` C H Forsyth
2004-01-15 19:10                   ` Lucio De Re
2004-01-15 20:24                     ` Charles Forsyth
2004-01-15 21:00                       ` Micah Stetson
2004-01-16  6:18                       ` Lucio De Re
2004-01-16  7:34                     ` Fco.J.Ballesteros
2004-01-16  7:38                     ` Fco.J.Ballesteros
2004-01-16  7:59                       ` Lucio De Re
2004-01-16 10:23                       ` Bruce Ellis
2004-01-16 10:32                         ` Lucio De Re
2004-01-16 10:39                           ` boyd, rounin
2004-01-16 10:45                           ` Richard Miller
2004-01-16 11:41                             ` Bruce Ellis
2004-01-16 11:50                               ` rog
2004-01-15  9:07   ` [9fans] USB developments Charles Forsyth
2004-01-15  9:18     ` Fco.J.Ballesteros
2004-01-15 10:39     ` Lucio De Re
2004-01-15 10:48       ` Richard Miller
2004-01-15  9:10 ` Richard Miller
2004-01-15  9:14   ` Fco.J.Ballesteros
2004-01-16  9:59 ` boyd, rounin

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=20040115150224.H25947@cackle.proxima.alt.za \
    --to=lucio@proxima.alt.za \
    --cc=9fans@cse.psu.edu \
    /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).