9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] pcmcia scsi support/experience?
@ 2001-04-11 14:54 jmk
  2001-05-23  7:52 ` Axel Belinfante
  0 siblings, 1 reply; 8+ messages in thread
From: jmk @ 2001-04-11 14:54 UTC (permalink / raw)
  To: 9fans

On Wed Apr 11 10:51:24 EDT 2001, Axel.Belinfante@cs.utwente.nl wrote:
> We are about to order a pcmcia scsi card (to access a zip drive, for now).
> Is there support for something like that?
> If not (yet), what could/would be the best bet?
> Do people have experience with such cards (which to buy, which to avoid)?
>
> Axel.
>

There's no support for any PCMCIA SCSI cards. If someone were to do
a driver for the Adaptec 1460 (probably the only card you can get) that
would be great.

--jim


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

* Re: [9fans] pcmcia scsi support/experience?
  2001-04-11 14:54 [9fans] pcmcia scsi support/experience? jmk
@ 2001-05-23  7:52 ` Axel Belinfante
  0 siblings, 0 replies; 8+ messages in thread
From: Axel Belinfante @ 2001-05-23  7:52 UTC (permalink / raw)
  To: 9fans

On  Wed, 11 Apr 2001 10:54:03 jmk@plan9.bell-labs.com replied:
> On Wed Apr 11 10:51:24 EDT 2001, Axel.Belinfante@cs.utwente.nl wrote:
> > We are about to order a pcmcia scsi card (to access a zip drive, for now).
> > Is there support for something like that?
> > If not (yet), what could/would be the best bet?
> > Do people have experience with such cards (which to buy, which to avoid)?
> > 
> > Axel.
> > 
> 
> There's no support for any PCMCIA SCSI cards. If someone were to do
> a driver for the Adaptec 1460 (probably the only card you can get) that
> would be great.

In the mean time we got the Adaptec 1460. Suppose I would want to do a
driver, what existing plan9 code would be the best to start from?

Axel.



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

* RE: [9fans] pcmcia scsi support/experience?
@ 2001-05-23 23:00 jmk
  0 siblings, 0 replies; 8+ messages in thread
From: jmk @ 2001-05-23 23:00 UTC (permalink / raw)
  To: 9fans

On Wed May 23 18:38:29 EDT 2001, richelbe@richelberger.com wrote:
> Do you mean the technical reference manual for the 1460?
> http://www.adaptec.com/worldwide/support/suppdetail.html?cat=/Product/APA-14
> 60&prodkey=APA-1460
> http://www.adaptec.com/pdfs/miscellaneous_support/1460_tr.pdf
> 
> Not sure if this is what you're looking for.
> 
> -- rich

No, you need the publication referenced within, the AIC-6360 Data Book.
I tried to get that many years ago and was refused. Times have changed,
but I have a long memory.

--jim


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

* RE: [9fans] pcmcia scsi support/experience?
  2001-05-23 13:02 jmk
@ 2001-05-23 22:40 ` Richard Elberger
  0 siblings, 0 replies; 8+ messages in thread
From: Richard Elberger @ 2001-05-23 22:40 UTC (permalink / raw)
  To: 9fans

Do you mean the technical reference manual for the 1460?
http://www.adaptec.com/worldwide/support/suppdetail.html?cat=/Product/APA-14
60&prodkey=APA-1460
http://www.adaptec.com/pdfs/miscellaneous_support/1460_tr.pdf

Not sure if this is what you're looking for.

-- rich

>-----Original Message-----
>From: 9fans-admin@cse.psu.edu [mailto:9fans-admin@cse.psu.edu]On Behalf
>Of jmk@plan9.bell-labs.com
>Sent: Thursday, 24 May 2001 1:03 a.m.
>To: 9fans@cse.psu.edu
>Subject: Re: [9fans] pcmcia scsi support/experience?
>
>
>there isn't a current driver that comes close to being appropriate for that
>prehistoric controller. there were some drivers a long time ago,
>perhaps included
>in the 2nd edition, which did all that low-level protocol stuff,
>i'm thinking
>of the chip that was in the magnum (ncr 53c94) and the western-digital
>one used in the hobbit board.
>
>there is apparently a manual for the chip, but you'd have to
>probably contact
>adaptec by phone for a paper copy, i couldn't find it on-line. i'd
>be happy to
>help if there's a manual.
>
>--jim
>
>On Wed May 23 03:54:31 EDT 2001, Axel.Belinfante@cs.utwente.nl wrote:
>> On  Wed, 11 Apr 2001 10:54:03 jmk@plan9.bell-labs.com replied:
>> > On Wed Apr 11 10:51:24 EDT 2001, Axel.Belinfante@cs.utwente.nl wrote:
>> > > We are about to order a pcmcia scsi card (to access a zip
>drive, for now).
>> > > Is there support for something like that?
>> > > If not (yet), what could/would be the best bet?
>> > > Do people have experience with such cards (which to buy,
>which to avoid)?
>> > >
>> > > Axel.
>> > >
>> >
>> > There's no support for any PCMCIA SCSI cards. If someone were to do
>> > a driver for the Adaptec 1460 (probably the only card you can get) that
>> > would be great.
>>
>> In the mean time we got the Adaptec 1460. Suppose I would want to do a
>> driver, what existing plan9 code would be the best to start from?
>>
>> Axel.
>>
>



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

* Re: [9fans] pcmcia scsi support/experience?
@ 2001-05-23 13:02 jmk
  2001-05-23 22:40 ` Richard Elberger
  0 siblings, 1 reply; 8+ messages in thread
From: jmk @ 2001-05-23 13:02 UTC (permalink / raw)
  To: 9fans

there isn't a current driver that comes close to being appropriate for that
prehistoric controller. there were some drivers a long time ago, perhaps included
in the 2nd edition, which did all that low-level protocol stuff, i'm thinking
of the chip that was in the magnum (ncr 53c94) and the western-digital
one used in the hobbit board.

there is apparently a manual for the chip, but you'd have to probably contact
adaptec by phone for a paper copy, i couldn't find it on-line. i'd be happy to
help if there's a manual.

--jim

On Wed May 23 03:54:31 EDT 2001, Axel.Belinfante@cs.utwente.nl wrote:
> On  Wed, 11 Apr 2001 10:54:03 jmk@plan9.bell-labs.com replied:
> > On Wed Apr 11 10:51:24 EDT 2001, Axel.Belinfante@cs.utwente.nl wrote:
> > > We are about to order a pcmcia scsi card (to access a zip drive, for now).
> > > Is there support for something like that?
> > > If not (yet), what could/would be the best bet?
> > > Do people have experience with such cards (which to buy, which to avoid)?
> > > 
> > > Axel.
> > > 
> > 
> > There's no support for any PCMCIA SCSI cards. If someone were to do
> > a driver for the Adaptec 1460 (probably the only card you can get) that
> > would be great.
> 
> In the mean time we got the Adaptec 1460. Suppose I would want to do a
> driver, what existing plan9 code would be the best to start from?
> 
> Axel.
> 


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

* Re: [9fans] pcmcia scsi support/experience?
  2001-04-11 14:57 Russ Cox
@ 2001-04-11 15:03 ` Axel Belinfante
  0 siblings, 0 replies; 8+ messages in thread
From: Axel Belinfante @ 2001-04-11 15:03 UTC (permalink / raw)
  To: 9fans

> the pcmcia scsi card is, of course, a much better solution.

Especially for us, since the zip drive that we have is a scsi one :-)
Axel.



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

* Re: [9fans] pcmcia scsi support/experience?
@ 2001-04-11 14:57 Russ Cox
  2001-04-11 15:03 ` Axel Belinfante
  0 siblings, 1 reply; 8+ messages in thread
From: Russ Cox @ 2001-04-11 14:57 UTC (permalink / raw)
  To: 9fans

i did a parallel port zip driver a while back.
it would require a little fitting to get working,
but if anyone feels like hacking it into the current
scsi framework i'm happy to send it over.
the pcmcia scsi card is, of course, a much
better solution.



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

* [9fans] pcmcia scsi support/experience?
@ 2001-04-11 14:50 Axel Belinfante
  0 siblings, 0 replies; 8+ messages in thread
From: Axel Belinfante @ 2001-04-11 14:50 UTC (permalink / raw)
  To: 9fans

We are about to order a pcmcia scsi card (to access a zip drive, for now).
Is there support for something like that?
If not (yet), what could/would be the best bet?
Do people have experience with such cards (which to buy, which to avoid)?

Axel.



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

end of thread, other threads:[~2001-05-23 23:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-11 14:54 [9fans] pcmcia scsi support/experience? jmk
2001-05-23  7:52 ` Axel Belinfante
  -- strict thread matches above, loose matches on Subject: below --
2001-05-23 23:00 jmk
2001-05-23 13:02 jmk
2001-05-23 22:40 ` Richard Elberger
2001-04-11 14:57 Russ Cox
2001-04-11 15:03 ` Axel Belinfante
2001-04-11 14:50 Axel Belinfante

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