linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
To: Carl-Daniel Hailfinger <c-d.hailfinger.kernel.2003@gmx.net>
Cc: "Javi Pardo (DAKOTA)" <dakota@dakotabcn.net>,
	Alan Cox <alan@lxorguk.ukuu.org.uk>,
	Andre Hedrick <andre@linux-ide.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	<ataraid-list@redhat.com>
Subject: Re: promise NEITHER IDE PORT ENABLED
Date: Tue, 6 May 2003 14:17:29 +0200 (MET DST)	[thread overview]
Message-ID: <Pine.SOL.4.30.0305061409260.25918-200000@mion.elka.pw.edu.pl> (raw)
In-Reply-To: <3EB79542.5000903@gmx.net>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1702 bytes --]


Hi,

It is a config error, CONFIG_PDC202XX_FORCE depends on
CONFIG_BLK_DEV_PDC202XX_NEW. So even if you set it manually
in .config to y, the change won't be propagated.

Here is a quick patch to make force option visible for both old/new pdc.
More elegant solution will be to split force option for old/new pdc
as suggested by #fixme in Config.in.

Patch agaist 2.4.21-rc1, if it works for you please forward to Marcello.

Regards,
--
Bartlomiej

On Tue, 6 May 2003, Carl-Daniel Hailfinger wrote:

> Alan,
>
> could you please elaborate which of the options you meant is missing
> below? Thanks.
>
> Javi Pardo (DAKOTA) wrote:
> > Alan Cox wrote:
> >>Carl-Daniel Hailfinger wrote:
> >>
> >>>could you please take a look at this? I thought the IDE code in
> >>>2.4.21-rc1 is able to force enable the ports of a promise controller.
> >>
> >>It can - if you set the configuration option to do so
> >>
> >
> > i am the problem with the PDC20267 Chipset.
> >
> > i am downloaded the kernel 2.4.20 and 2.4.21-rc1
> > and i am set this options for IDE
> >
> > CONFIG_BLK_DEV_PDC202XX=y
> > # CONFIG_PDC202XX_BURST is not set
> > CONFIG_PDC202XX_FORCE=y                      <- this options force IDE detections
> > CONFIG_BLK_DEV_VIA82CXXX=y
> > # CONFIG_IDE_CHIPSETS is not set
> > CONFIG_IDEDMA_AUTO=y
> > # CONFIG_IDEDMA_IVB is not set
> > # CONFIG_DMA_NONPCI is not set
> > CONFIG_BLK_DEV_IDE_MODES=y
> > CONFIG_BLK_DEV_ATARAID=y
> > CONFIG_BLK_DEV_ATARAID_PDC=y
> > # CONFIG_BLK_DEV_ATARAID_HPT is not set
> >
> >
> > the kernel 2.4.20 and 2.4.21-rc1 NO detect the ide channels and mi system crashes
> >
> > wath is the problem? i am select all correct options but no work...
>
> Regards,
> Carl-Daniel

[-- Attachment #2: Type: TEXT/PLAIN, Size: 940 bytes --]

--- linux-2.4.21-rc1/drivers/ide/Config.in	Sat Apr 26 17:10:47 2003
+++ linux/drivers/ide/Config.in	Tue May  6 13:46:15 2003
@@ -66,7 +66,7 @@
 	    dep_bool     '      Special UDMA Feature' CONFIG_PDC202XX_BURST $CONFIG_BLK_DEV_PDC202XX_OLD $CONFI_BLK_DEV_IDEDMA_PCI
 	    dep_tristate '    PROMISE PDC202{68|69|70|71|75|76|77} support' CONFIG_BLK_DEV_PDC202XX_NEW $CONFIG_BLK_DEV_IDEDMA_PCI
 		# FIXME - probably wants to be one for old and for new
-	    dep_bool     '      Special FastTrak Feature' CONFIG_PDC202XX_FORCE $CONFIG_BLK_DEV_PDC202XX_NEW
+	    dep_bool     '    Special FastTrak Feature' CONFIG_PDC202XX_FORCE
 	    dep_tristate '    RZ1000 chipset bugfix/support' CONFIG_BLK_DEV_RZ1000 $CONFIG_X86
 	    dep_tristate '    SCx200 chipset support' CONFIG_BLK_DEV_SC1200 $CONFIG_BLK_DEV_IDEDMA_PCI
 	    dep_tristate '    ServerWorks OSB4/CSB5/CSB6 chipsets support' CONFIG_BLK_DEV_SVWKS $CONFIG_BLK_DEV_IDEDMA_PCI

      reply	other threads:[~2003-05-06 12:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <040101c308df$452110f0$3200000a@dakotapiv>
     [not found] ` <3EA683A8.8040303@gmx.net>
     [not found]   ` <036f01c30ff0$d2197fc0$3200000a@dakotapiv>
2003-05-02 21:58     ` promise NEITHER IDE PORT ENABLED Carl-Daniel Hailfinger
2003-05-03 15:03       ` Alan Cox
     [not found]         ` <008e01c31224$844c2050$3200000a@dakotapiv>
2003-05-06 10:58           ` Carl-Daniel Hailfinger
2003-05-06 12:17             ` Bartlomiej Zolnierkiewicz [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=Pine.SOL.4.30.0305061409260.25918-200000@mion.elka.pw.edu.pl \
    --to=b.zolnierkiewicz@elka.pw.edu.pl \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=andre@linux-ide.org \
    --cc=ataraid-list@redhat.com \
    --cc=c-d.hailfinger.kernel.2003@gmx.net \
    --cc=dakota@dakotabcn.net \
    --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).