From: Marcin Kuk <marcin.kuk@gmail.com>
To: linux-ide@vger.kernel.org
Subject: Re: toshiba ide - ide dma setting
Date: Tue, 8 Feb 2005 22:57:53 +0100 [thread overview]
Message-ID: <28d670ae0502081357acc70ae@mail.gmail.com> (raw)
In-Reply-To: <28d670ae0502081341467eb64f@mail.gmail.com>
> Have you tried "Generic PCI IDE Chipset Support" ?
I thing that you are about:
generic / default IDE chipset support (kernel 2.6.10) ?
Probably in 2.4 series the name was as you quoted.
Yes. This option was compiled in kernel.
All kernels were compiled with setting all chipsets.
I cared about set all of options responsible for IDE.
All IDE drivers was compiled into kernel (not modules).
Part of my last config (2.6.10):
......
#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m
.....
#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECS=m
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
CONFIG_IDE_TASK_IOCTL=y
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
CONFIG_BLK_DEV_CMD640=y
CONFIG_BLK_DEV_CMD640_ENHANCED=y
CONFIG_BLK_DEV_IDEPNP=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
CONFIG_BLK_DEV_OPTI621=y
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_AEC62XX=y
CONFIG_BLK_DEV_ALI15X3=y
# CONFIG_WDC_ALI15X3 is not set
CONFIG_BLK_DEV_AMD74XX=y
CONFIG_BLK_DEV_ATIIXP=y
CONFIG_BLK_DEV_CMD64X=y
CONFIG_BLK_DEV_TRIFLEX=y
CONFIG_BLK_DEV_CY82C693=y
CONFIG_BLK_DEV_CS5520=y
CONFIG_BLK_DEV_CS5530=y
CONFIG_BLK_DEV_HPT34X=y
CONFIG_HPT34X_AUTODMA=y
CONFIG_BLK_DEV_HPT366=y
CONFIG_BLK_DEV_SC1200=y
CONFIG_BLK_DEV_PIIX=y
CONFIG_BLK_DEV_NS87415=y
CONFIG_BLK_DEV_PDC202XX_OLD=y
CONFIG_PDC202XX_BURST=y
CONFIG_BLK_DEV_PDC202XX_NEW=y
CONFIG_PDC202XX_FORCE=y
CONFIG_BLK_DEV_SVWKS=y
CONFIG_BLK_DEV_SIIMAGE=y
CONFIG_BLK_DEV_SIS5513=y
CONFIG_BLK_DEV_SLC90E66=y
CONFIG_BLK_DEV_TRM290=y
CONFIG_BLK_DEV_VIA82CXXX=y
# CONFIG_IDE_ARM is not set
CONFIG_IDE_CHIPSETS=y
I think that the solution of my problem is here:
http://marc.theaimsgroup.com/?l=linux-ide&m=109967556605057&w=2
and here is your response:
http://marc.theaimsgroup.com/?l=linux-ide&m=109969178814722&w=2
"AFAICS this option allows users to use generic code for
unknown/unsupported devices which can result in unpredictable results
(hangs, data corruptions)." BZ
So I tried to apply this patch to 2.6.10rc1 kernel but there was a
problem to compile it. I couldn't compile even clean 2.6.10rc1 without
this patch.
I analised this patch and changed manualy
drivers/ide/pci/generic.c
drivers/ide/pci/generic.h
from vanilla 2.6.10.
And ... nothing happend. The kernel was compiled cleanly without
errors, but this didn't solve my problem.
Any suggestion?
Marcin Kuk
next prev parent reply other threads:[~2005-02-08 21:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-08 19:39 toshiba ide - ide dma setting Marcin Kuk
2005-02-08 20:44 ` Bartlomiej Zolnierkiewicz
[not found] ` <28d670ae0502081341467eb64f@mail.gmail.com>
2005-02-08 21:57 ` Marcin Kuk [this message]
2005-02-08 22:04 ` Bartlomiej Zolnierkiewicz
2005-02-08 22:32 ` Marcin Kuk
2005-02-09 2:00 ` Marcin Kuk
2005-02-09 22:57 ` Marcin Kuk
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=28d670ae0502081357acc70ae@mail.gmail.com \
--to=marcin.kuk@gmail.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;
as well as URLs for NNTP newsgroup(s).