The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] [pups]  Ancient Unixes
  2006-04-24 21:44 [pups] [TUHS] Ancient Unixes Norman Wilson
@ 2006-04-24 21:00 ` Guy Sotomayor
  2006-04-24 21:51   ` Toby Thain
  0 siblings, 1 reply; 3+ messages in thread
From: Guy Sotomayor @ 2006-04-24 21:00 UTC (permalink / raw)


On Mon, 2006-04-24 at 16:44 -0500, Norman Wilson wrote:
> Bill Cunningham:
> 
>     I am copying all I can from the unix archive and will burn it to cd
>   because I know how precious they are. But what I was thinking was v5,6,7 for
>   example. Take them and add USB support. Linux would be a good example from
>   which to draw from. Because it's Posix. Much more could be adde to /dev.
> 
> =======
> 
> Has anyone ever made a UNIBUS or Qbus USB card?

The problem isn't so much the hardware, it's the software.  A USB stack
(OHCI/UHCI) isn't exactly small and I doubt you could create a driver
stack that would fit in a PDP-11's 16 bit address space (ie TCP/IP is a
stretch in that it only works on systems with 22-bit addressing and I'd
say that a USB stack is *at least* as complicated as a TCP/IP stack).

-- 

TTFN - Guy




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [pups] [TUHS] Ancient Unixes
@ 2006-04-24 21:44 Norman Wilson
  2006-04-24 21:00 ` [TUHS] [pups] " Guy Sotomayor
  0 siblings, 1 reply; 3+ messages in thread
From: Norman Wilson @ 2006-04-24 21:44 UTC (permalink / raw)


Bill Cunningham:

    I am copying all I can from the unix archive and will burn it to cd
  because I know how precious they are. But what I was thinking was v5,6,7 for
  example. Take them and add USB support. Linux would be a good example from
  which to draw from. Because it's Posix. Much more could be adde to /dev.

=======

Has anyone ever made a UNIBUS or Qbus USB card?

Norman Wilson
Toronto ON



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [TUHS] [pups]  Ancient Unixes
  2006-04-24 21:00 ` [TUHS] [pups] " Guy Sotomayor
@ 2006-04-24 21:51   ` Toby Thain
  0 siblings, 0 replies; 3+ messages in thread
From: Toby Thain @ 2006-04-24 21:51 UTC (permalink / raw)



On 24-Apr-06, at 5:00 PM, Guy Sotomayor wrote:

> On Mon, 2006-04-24 at 16:44 -0500, Norman Wilson wrote:
>> Bill Cunningham:
>>
>>     I am copying all I can from the unix archive and will burn it  
>> to cd
>>   because I know how precious they are. But what I was thinking  
>> was v5,6,7 for
>>   example. Take them and add USB support. Linux would be a good  
>> example from
>>   which to draw from. Because it's Posix. Much more could be adde  
>> to /dev.
>>
>> =======
>>
>> Has anyone ever made a UNIBUS or Qbus USB card?
>
> The problem isn't so much the hardware, it's the software.  A USB  
> stack
> (OHCI/UHCI) isn't exactly small and I doubt you could create a driver
> stack that would fit in a PDP-11's 16 bit address space (ie TCP/IP  
> is a
> stretch in that it only works on systems with 22-bit addressing and  
> I'd
> say that a USB stack is *at least* as complicated as a TCP/IP stack).


No, it certainly is possible. I've used USB stacks on much smaller  
devices, such as Microchip PIC18. That is not a full-featured stack,  
but certainly enough to do quite a lot.

TCP/IP doesn't have to be large either. See Adam Dunkel's uIP: http:// 
www.sics.se/~adam/uip/

--Toby

>
> -- 
>
> TTFN - Guy
>
> _______________________________________________
> PUPS mailing list
> PUPS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/pups




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-24 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-24 21:44 [pups] [TUHS] Ancient Unixes Norman Wilson
2006-04-24 21:00 ` [TUHS] [pups] " Guy Sotomayor
2006-04-24 21:51   ` Toby Thain

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).