From: Rado Vrbovsky <rvrbovsk@redhat.com>
To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>,
linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org,
Jeff <jgarzik@redhat.com>
Subject: Re: [PATCH] ata_piix: Add MODULE_PARM_DESC to prefer_ms_hyperv
Date: Thu, 21 Feb 2013 14:01:50 -0500 (EST) [thread overview]
Message-ID: <774443881.7195405.1361473310424.JavaMail.root@redhat.com> (raw)
In-Reply-To: <51266C7F.8040904@cogentembedded.com>
From: Andrew Brownfield <abrownfi@redhat.com>
In reference to the commit cd006086fa5d91414d8ff9ff2b78fbb593878e3c
"ata_piix: defer disks to the Hyper-V drivers by default",
this trivial patch adds a description to prefer_ms_hyperv.
[rvrbovsk@redhat.com: MODULE_PARM_DESC() string formatting modified]
Signed-off-by: Andrew Brownfield <abrownfi@redhat.com>
Signed-off-by: Radomir Vrbovsky <rvrbovsk@redhat.com>
---
drivers/ata/ata_piix.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 174eca6..b9bf99a 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -1530,6 +1530,10 @@ static bool piix_broken_system_poweroff(struct pci_dev *pdev)
static int prefer_ms_hyperv = 1;
module_param(prefer_ms_hyperv, int, 0);
+MODULE_PARM_DESC(prefer_ms_hyperv,
+ "Prefer Hyper-V paravirtualization drivers instead of ATA, "
+ "0 - Use ATA drivers, "
+ "1 (Default) - Use the paravirtualization drivers.");
static void piix_ignore_devices_quirk(struct ata_host *host)
{
--
1.7.11.7
next prev parent reply other threads:[~2013-02-21 19:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1619122110.7061314.1361463977742.JavaMail.root@redhat.com>
2013-02-21 17:43 ` [PATCH] ata_piix: Add MODULE_PARM_DESC to prefer_ms_hyperv Rado Vrbovsky
2013-02-21 18:50 ` Sergei Shtylyov
2013-02-21 19:01 ` Rado Vrbovsky [this message]
2013-02-22 14:43 ` Sergei Shtylyov
2013-02-22 15:41 ` Rado Vrbovsky
2013-03-04 22:15 ` Jeff Garzik
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=774443881.7195405.1361473310424.JavaMail.root@redhat.com \
--to=rvrbovsk@redhat.com \
--cc=jgarzik@redhat.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sergei.shtylyov@cogentembedded.com \
/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.