linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Mark Salter <msalter@redhat.com>
Cc: linux-ide@vger.kernel.org, Jeff Garzik <jgarzik@redhat.com>
Subject: Re: [PATCH] pata_sch slave devices
Date: Tue, 11 Nov 2008 03:02:31 -0500	[thread overview]
Message-ID: <49193C17.2050905@garzik.org> (raw)
In-Reply-To: <1225976603.24291.8.camel@deneb.localdomain>

Mark Salter wrote:
> I posted this last month, but was prompted to do so again in bz#467457
> 
> Add capability flag to support slave devices with pata_sch driver.
> 
> Signed-off-by: Mark Salter <msalter@redhat.com>
> ---
> diff --git a/drivers/ata/pata_sch.c b/drivers/ata/pata_sch.c
> index c8cc027..6aeeeeb 100644
> --- a/drivers/ata/pata_sch.c
> +++ b/drivers/ata/pata_sch.c
> @@ -83,7 +83,7 @@ static struct ata_port_operations sch_pata_ops = {
>  };
>  
>  static struct ata_port_info sch_port_info = {
> -	.flags		= 0,
> +	.flags		= ATA_FLAG_SLAVE_POSS,
>  	.pio_mask	= ATA_PIO4,   /* pio0-4 */
>  	.mwdma_mask	= ATA_MWDMA2, /* mwdma0-2 */
>  	.udma_mask	= ATA_UDMA5,  /* udma0-5 */

applied



      parent reply	other threads:[~2008-11-11  8:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-06 13:03 [PATCH] pata_sch slave devices Mark Salter
2008-11-07 16:00 ` Alan Cox
2008-11-07 19:03   ` Jeff Garzik
2008-11-11  8:02 ` Jeff Garzik [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=49193C17.2050905@garzik.org \
    --to=jeff@garzik.org \
    --cc=jgarzik@redhat.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=msalter@redhat.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 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).