linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: promise NEITHER IDE PORT ENABLED
       [not found]   ` <036f01c30ff0$d2197fc0$3200000a@dakotapiv>
@ 2003-05-02 21:58     ` Carl-Daniel Hailfinger
  2003-05-03 15:03       ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Carl-Daniel Hailfinger @ 2003-05-02 21:58 UTC (permalink / raw)
  To: Javi Pardo (DAKOTA)
  Cc: Andre Hedrick, Alan Cox, Linux Kernel Mailing List, ataraid-list

Andre, Alan,

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.

Javi Pardo (DAKOTA) wrote:
> 
> i am probed with the kernel 2.4.21-rc1 and the result is... NEITHER IDE..  
> my Motheboard is Tyan Tiger 200T wit Dual processor and promise integrated and only works with the original kernel of RH 8
> 
>Carl-Daniel Hailfinger wrote:
> 
>>Javi Pardo (DAKOTA) wrote:
>>
>>>Hello
>>>I am Installed RH 8 with standard kernel 2.4.18
>>>i am downloaded the kernel 2.4.20 from kernel.org and i am problem with Promise 
>>
>>Could you please test 2.4.21-rc1? It has newer IDE and could help.
>>
>>
>>>PDC20267: Neither ide ports enabled in bios
>>>
>>>the motheboard is the tyan Tiger200T, this model have promise ATA100 inside
>>>
>>>i am selected this options in the kernel
>>
>>The options look good, but 2.4.20 has some Promise IDE flaws which could
>>cause your problem.
>>
>>
>>>CONFIG_BLK_DEV_PDC202XX=y
>>># CONFIG_PDC202XX_BURST is not set
>>>CONFIG_PDC202XX_FORCE=y
>>>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
>>>
>>>I need help, i am read this list and the option CONFIG_PDC202XX_FORCE=y is the solution, but no work.. why?
>>
>>Please try 2.4.21-rc1 and report back to this list.
>>

Thanks,
Carl-Daniel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: promise NEITHER IDE PORT ENABLED
  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>
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Cox @ 2003-05-03 15:03 UTC (permalink / raw)
  To: Carl-Daniel Hailfinger
  Cc: Javi Pardo (DAKOTA),
	Andre Hedrick, Linux Kernel Mailing List, ataraid-list

On Gwe, 2003-05-02 at 22:58, Carl-Daniel Hailfinger wrote:
> Andre, Alan,
> 
> 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: promise NEITHER IDE PORT ENABLED
       [not found]         ` <008e01c31224$844c2050$3200000a@dakotapiv>
@ 2003-05-06 10:58           ` Carl-Daniel Hailfinger
  2003-05-06 12:17             ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 4+ messages in thread
From: Carl-Daniel Hailfinger @ 2003-05-06 10:58 UTC (permalink / raw)
  To: Javi Pardo (DAKOTA)
  Cc: Alan Cox, Andre Hedrick, Linux Kernel Mailing List, ataraid-list

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: promise NEITHER IDE PORT ENABLED
  2003-05-06 10:58           ` Carl-Daniel Hailfinger
@ 2003-05-06 12:17             ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 4+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2003-05-06 12:17 UTC (permalink / raw)
  To: Carl-Daniel Hailfinger
  Cc: Javi Pardo (DAKOTA),
	Alan Cox, Andre Hedrick, Linux Kernel Mailing List, ataraid-list

[-- 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-06 12:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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 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).