linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/3] ide: add IDE_HFLAG_NO_DSC host flag
Date: Sat, 29 Dec 2007 16:58:59 +0300	[thread overview]
Message-ID: <477652A3.2020900@ru.mvista.com> (raw)
In-Reply-To: <200712271838.00351.bzolnier@gmail.com>

Bartlomiej Zolnierkiewicz wrote:
> * Add IDE_HFLAG_NO_DSC host flag for hosts that doesn't support DSC overlap.

> * Set it in aec62xx (for ATP850UF only) and hpt34x host drivers.

> * Convert ide-tape device driver to check for IDE_HFLAG_NO_DSC flag.

> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>

Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>

> Index: b/include/linux/ide.h
> ===================================================================
> --- a/include/linux/ide.h
> +++ b/include/linux/ide.h
> @@ -1098,6 +1098,8 @@ enum {
>  	IDE_HFLAG_CY82C693		= (1 << 27),
>  	/* force host out of "simplex" mode */
>  	IDE_HFLAG_CLEAR_SIMPLEX		= (1 << 28),
> +	/* DSC overlap is unsupported */
> +	IDE_HFLAG_NO_DSC		= (1 << 29),
>  };

    Too many flags -- you'll run out of sizeof(unsigned) soon. :-)

MBR, Sergei

  reply	other threads:[~2007-12-29 13:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-27 17:38 [PATCH 3/3] ide: add IDE_HFLAG_NO_DSC host flag Bartlomiej Zolnierkiewicz
2007-12-29 13:58 ` Sergei Shtylyov [this message]
2007-12-30 17:17   ` Bartlomiej Zolnierkiewicz

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=477652A3.2020900@ru.mvista.com \
    --to=sshtylyov@ru.mvista.com \
    --cc=bzolnier@gmail.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@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 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).