linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Schmitt <development.stefan@alice.de>
To: linux-scsi@vger.kernel.org
Subject: Re: Interest in a driver for PCMCIA Bus toaster (New Media) with advansys chip set?
Date: Sat, 14 Aug 2010 22:57:57 +0200	[thread overview]
Message-ID: <201008142257.57197.development.stefan@alice.de> (raw)
In-Reply-To: <20100814183713.GE12892@parisc-linux.org>

On Saturday 14 August 2010 at 20:37:14 Matthew Wilcox wrote:
> On Sat, Aug 14, 2010 at 07:34:05PM +0200, Stefan Schmitt wrote:
> > Hallo,
> >
> > the card is labelled PS: 404-15-02A. As much as I could see, there
> > is no linux driver available.
> >
> >         Product Name:   PCMCIA Bus Toaster SCSI Adapter
> >         Identification: manf_id: 0x10cd card_id: 0x0001
> >                  function: 8 (SCSI)
> >                  prod_id(1): "PCMCIA Bus Toaster" (0x590031a6)
> >                  prod_id(2): "SCSI Adapter" (0x96269fcd)
> >
> > I have an initial version of driver code (for the 2.6 kernel). I could
> > send the code to someone more experienced if there is interest.
> 
> Is it (in any way) similar to the PCI/ISA advansys chipsets?  (see
> drivers/scsi/advansys.c)  If so, we should probably merge the drivers.
> 
the code is sort of similar, so maybe this could be done. Here are the main 
differences:

 (1) the PCMCIA card uses memory mapped IO in contrast to the PCI/ISA drivers
 (2) the PCMCIA card does not do DMA [at least not on my computer] so there is 
an extra part in the driver for doing PIO.

I also experienced some difficulties with a few other parts of the PCI/ISA 
driver code and this PCMCIA board. The microcode can be shared in any case.

  reply	other threads:[~2010-08-14 21:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-14 17:34 Interest in a driver for PCMCIA Bus toaster (New Media) with advansys chip set? Stefan Schmitt
2010-08-14 18:37 ` Matthew Wilcox
2010-08-14 20:57   ` Stefan Schmitt [this message]
2010-08-15 13:17 ` Bob Tracy
2010-08-24  7:12   ` Stefan Schmitt

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=201008142257.57197.development.stefan@alice.de \
    --to=development.stefan@alice.de \
    --cc=linux-scsi@vger.kernel.org \
    /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).