From: Paul Mundt <lethal@linux-sh.org>
To: linux-sh@vger.kernel.org
Subject: Re: SH ATAPI IDE Driver
Date: Tue, 06 Oct 2009 04:07:28 +0000 [thread overview]
Message-ID: <20091006040728.GA18906@linux-sh.org> (raw)
In-Reply-To: <32390a840910052042t64346e53w1bfb3473c7b2284b@mail.gmail.com>
On Tue, Oct 06, 2009 at 12:42:18PM +0900, ivy kim wrote:
> It seems that there is no atapi driver for SH7724.
> I'm writing this atapi driver for our company's own SH7724 platform
> called 'REVE'.
> I've wrote one driver, ide-sh.c based on ide-platform.c and succeeded
> in IDE disk chip ID reading.
For starters, no new drivers should be written aimed at drivers/ide,
libata is what you should be working with instead, aiming your driver at
drivers/ata (you can see many other pata drivers there for examples on
getting started, including ones that deal with ATAPI).
> It seems that there is no document on 'Writing IDE device driver'...also.
All of the libata documentation is in-kernel, and you can generate pdfs
with 'make pdfdocs', or you can just read through the DocBook file in
Documentation/DocBook/libata.tmpl.
If you run in to further issues, you may also wish to subscribe to or Cc
the linux-ide@vger.kernel.org mailing list, where all IDE and libata
related discussion takes place:
http://vger.kernel.org/vger-lists.html#linux-ide
next prev parent reply other threads:[~2009-10-06 4:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-06 3:42 SH ATAPI IDE Driver ivy kim
2009-10-06 4:07 ` Paul Mundt [this message]
2009-10-28 8:07 ` ivy kim
2009-10-28 9:26 ` Paul Mundt
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=20091006040728.GA18906@linux-sh.org \
--to=lethal@linux-sh.org \
--cc=linux-sh@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.