Linux ATA/IDE development
 help / color / mirror / Atom feed
From: Pat LaVarre <p.lavarre@ieee.org>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: linux-ide@vger.kernel.org
Subject: Re: SATA ATAPI UDMA - first in Linux
Date: 15 May 2004 07:27:45 -0600	[thread overview]
Message-ID: <1084627665.3079.23.camel@patibmrh9> (raw)
In-Reply-To: <40A52DA9.6040200@pobox.com>

> > Do we all agree SATA ATAPI UDMA is missing
> > from Linux-2.6.6 `make defconfig`?
> 
> No.  No need for new options, if you are using
> the IDE driver.
> 
> Once libata ATAPI support is working, it can
> simply be turned on.  No need for a config
> option there, either.
> 
> > Can any of us suggest other .config options
> > to try?
> 
> CONFIG_...=y
> # CONFIG_... is not set
> ...

I will focus on those CONFIG, thank you.

Possibly the CONFIG_SCSI_SATA is key.  Me the newbie, by living in fear
near `make defconfig` I got the =y you quote, except:

# CONFIG_IDEDISK_STROKE is not set

But the =n you quote I do not yet have, instead I have:
 
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDETAPE=m
CONFIG_BLK_DEV_IDEFLOPPY=m
CONFIG_IDE_GENERIC=y
CONFIG_BLK_DEV_CMD640=y
CONFIG_BLK_DEV_RZ1000=y
CONFIG_SCSI_SATA=y

My records tell me 2.6.6 `make defconfig` gave me the =y and =n you
quote except:

# CONFIG_IDEDISK_STROKE is not set
# CONFIG_IDE_TASK_IOCTL is not set

CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_IDE_GENERIC=y
CONFIG_BLK_DEV_CMD640=y
CONFIG_BLK_DEV_RZ1000=y
CONFIG_SCSI_SATA=y

"Possibly the CONFIG_SCSI_SATA is key."

Pat LaVarre

--- ~/bin/sataconfig
#!/bin/bash

# Translated to bash from the English of:
#
# List:       linux-ide
# Subject:    Re: SATA ATAPI UDMA - first in Linux
# Date:       2004-05-14 20:35:53
# http://marc.theaimsgroup.com/?l=linux-ide&m=108456699805023

y="CONFIG_BLK_DEV_IDEDISK"
y="$y|CONFIG_IDEDISK_STROKE"
y="$y|CONFIG_BLK_DEV_IDECD"
y="$y|CONFIG_IDE_TASK_IOCTL"
y="$y|CONFIG_IDE_TASKFILE_IO"
y="$y|CONFIG_BLK_DEV_IDEPCI"
y="$y|CONFIG_IDEPCI_SHARE_IRQ"
y="$y|CONFIG_BLK_DEV_GENERIC"
y="$y|CONFIG_BLK_DEV_IDEDMA_PCI"
y="$y|CONFIG_IDEDMA_PCI_AUTO"
y="$y|CONFIG_BLK_DEV_ADMA"

n="CONFIG_IDEDISK_MULTI_MODE"
n="$n|CONFIG_BLK_DEV_IDETAPE"
n="$n|CONFIG_BLK_DEV_IDEFLOPPY"
n="$n|CONFIG_BLK_DEV_IDESCSI"
n="$n|CONFIG_IDE_GENERIC"
n="$n|CONFIG_BLK_DEV_CMD640"
n="$n|CONFIG_BLK_DEV_OFFBOARD"
n="$n|CONFIG_BLK_DEV_OPTI621"
n="$n|CONFIG_BLK_DEV_RZ1000"
n="$n|CONFIG_BLK_DEV_IDEDMA_FORCED"
n="$n|CONFIG_IDEDMA_ONLYDISK"
n="$n|CONFIG_SCSI_SATA"

echo ''
echo '# =y recommended for SATA ATAPI UDMA before lk 2.6.7:'
egrep "$y" .config

echo ''
echo '# =n recommended for SATA ATAPI UDMA before lk 2.6.7:'
egrep "$n" .config



      reply	other threads:[~2004-05-15 13:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-14 19:43 SATA ATAPI UDMA - first in Linux Pat LaVarre
2004-05-14 20:05 ` Jeff Garzik
2004-05-14 20:19   ` Pat LaVarre
2004-05-14 20:35     ` Jeff Garzik
2004-05-15 13:27       ` Pat LaVarre [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=1084627665.3079.23.camel@patibmrh9 \
    --to=p.lavarre@ieee.org \
    --cc=jgarzik@pobox.com \
    --cc=linux-ide@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