linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andy Walls <awalls@md.metrocast.net>
To: akpm@linux-foundation.org, James.Bottomley@HansenPartnership.com
Cc: linux-scsi@vger.kernel.org, linux@rainbow-software.org,
	linux-kernel@vger.kernel.org
Subject: NCR53C80 datasheet is publicly available
Date: Wed, 21 Jul 2010 17:08:50 -0400	[thread overview]
Message-ID: <1279746530.20291.29.camel@morgan.silverblock.net> (raw)
In-Reply-To: <201007202228.o6KMSnYq021739@imap1.linux-foundation.org>

To address James' concern for knowing how to program the NCR 53C80:

Halfway down this page, the first datasheet PDF, is a scan of the
NCR5380 family data sheet with register definitions, etc:

http://www.datasheetarchive.com/53C80-40-datasheet.html


The only cards I've ever seen with this chip were ISA bus cards wired to
respond to I/O space accesses.  These chips can be wired for MMIO as
it's just really a difference in the address decode logic.  (In fact
Appendix B of the datasheet shows the chip wired up to a 65C02 - an
ancient processor design that has no notion of I/O address space so its
I/O must be memory mapped.)

I can't seem to find a datasheet for the NCR53C400 or NCR53C400A.  The
NCR53C80 datasheet introduction implies the 5380 is used as a core in
the 53C400 though.  Since LSI Logic owns all of Symbios Logic's IP (NCR
sold off Symbios long ago), you may just need to ask LSI Logic if they
have a 53c400 datasheet available.

Regards,
Andy

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-20 22:28 [patch 10/27] g_NCR5380: fix broken MMIO compilation akpm
2010-07-21 21:08 ` Andy Walls [this message]

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=1279746530.20291.29.camel@morgan.silverblock.net \
    --to=awalls@md.metrocast.net \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux@rainbow-software.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).