From: "zhao, forrest" <forrest.zhao@intel.com>
To: jgarzik@pobox.com, rdunlap@xenotime.net, htejun@gmail.com
Cc: linux-ide@vger.kernel.org
Subject: [PATCH 0/2]ACPI support for SATA/PATA
Date: Wed, 26 Jul 2006 15:35:45 +0800 [thread overview]
Message-ID: <1153899345.4957.59.camel@forrest26.sh.intel.com> (raw)
Hello, all
In ACPI spec 3.0, section 9.9 defines 4 objects for PATA/SATA:
_GTF is for both PATA and SATA, which is used to return ATA task file
needed to re-init the drive;
_SDD is SATA-only object, which is used to inform the platform of the
type of device attached to a port;
_GTM and _STM are PATA-only objects, which are used to get/set PATA
timing information(i.e. PIO and DMA speed).
In this patch set,
ata_acpi_exec_tfs() is for getting ATA task file from _GTF and executing
them for a given drive;
ata_acpi_push_id() is for setting _SDD.
NOTE: this patch doesn't include the support for _GTM and _STM because
libata defines ->set_piomode(), ->set_dmamode() callbacks for LLDD,
which do the same work as _GTM and _STM. So I think it's not necessary
to provide redundant functionality by _GTM and _STM.
Randy,
I'll add your sign-off line after you review the patch.
Thanks,
Forrest
next reply other threads:[~2006-07-26 7:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-26 7:35 zhao, forrest [this message]
2006-07-26 15:14 ` [PATCH 0/2]ACPI support for SATA/PATA Mark Lord
2006-07-27 1:44 ` zhao, forrest
2006-07-27 18:03 ` Mark Lord
2006-08-08 17:52 ` Randy.Dunlap
2006-08-08 19:14 ` Randy.Dunlap
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=1153899345.4957.59.camel@forrest26.sh.intel.com \
--to=forrest.zhao@intel.com \
--cc=htejun@gmail.com \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=rdunlap@xenotime.net \
/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).