mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* when is overriding idebus safe?
@ 2001-01-24 22:20 dmeyer
  2001-01-24 22:32 ` mirabilos
  2001-01-25  0:42 ` Andre Hedrick
  0 siblings, 2 replies; 5+ messages in thread
From: dmeyer @ 2001-01-24 22:20 UTC (permalink / raw)
  To: linux-kernel

The kernel always says:

ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx

at boot time.  How would I know if it's safe to say idebus=66?  The
documentation is fairly vague on this.

    Thanks,
    Dave

-- 
David M. Meyer
dmeyer@dmeyer.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: when is overriding idebus safe?
  2001-01-24 22:20 when is overriding idebus safe? dmeyer
@ 2001-01-24 22:32 ` mirabilos
  2001-01-25  0:43   ` Andre Hedrick
  2001-01-25  0:42 ` Andre Hedrick
  1 sibling, 1 reply; 5+ messages in thread
From: mirabilos @ 2001-01-24 22:32 UTC (permalink / raw)
  To: Linux-Kernel ML

I get:

ide: Assuming 40 MHz system bus speed for PIO modes; override with idebus=xx

??? you all say it's 33 hardcoded...

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12+custom(^=href;C-style-comments)
GO/S dx@ s--: a--->---- C++ UL++++ P--- L++$(-^lang) E----/joe W+(++)
N? o K? w-(+$) O+>+++ M-- V- PS+++@ PE(--) Y+ PGP t+ 5? X+ R+ !tv!----
b++++* DI- D+ G(>++) e(^age) h! r(-) y--(!y+) /* lang=NASM, GW-BASIC, C */
------END GEEK CODE BLOCK------


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: when is overriding idebus safe?
  2001-01-24 22:20 when is overriding idebus safe? dmeyer
  2001-01-24 22:32 ` mirabilos
@ 2001-01-25  0:42 ` Andre Hedrick
  2001-01-25 11:16   ` Stefan Ring
  1 sibling, 1 reply; 5+ messages in thread
From: Andre Hedrick @ 2001-01-25  0:42 UTC (permalink / raw)
  To: dmeyer; +Cc: linux-kernel

On Wed, 24 Jan 2001 dmeyer@dmeyer.net wrote:

> The kernel always says:
> 
> ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> 
> at boot time.  How would I know if it's safe to say idebus=66?  The
> documentation is fairly vague on this.

When the manual for your mainboard states that clock settings for setting
up your CPU creates a change in the normal idebus=33MHz of any other
value, then you are probablely safe.  Since all 32-bit PCI busses run at
33MHz, as last thought and reported, it should not be needed to change.
If I recall the idebus=XX primary use was for VLB/ISA/EISA systems, but I
have been wrong before.

Chers,

Andre Hedrick
Linux ATA Development

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: when is overriding idebus safe?
  2001-01-24 22:32 ` mirabilos
@ 2001-01-25  0:43   ` Andre Hedrick
  0 siblings, 0 replies; 5+ messages in thread
From: Andre Hedrick @ 2001-01-25  0:43 UTC (permalink / raw)
  To: mirabilos; +Cc: Linux-Kernel ML


Because you do not have IDE_PCI enabled.

On Wed, 24 Jan 2001, mirabilos wrote:

> I get:
> 
> ide: Assuming 40 MHz system bus speed for PIO modes; override with idebus=xx
> 
> ??? you all say it's 33 hardcoded...
> 
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.12+custom(^=href;C-style-comments)
> GO/S dx@ s--: a--->---- C++ UL++++ P--- L++$(-^lang) E----/joe W+(++)
> N? o K? w-(+$) O+>+++ M-- V- PS+++@ PE(--) Y+ PGP t+ 5? X+ R+ !tv!----
> b++++* DI- D+ G(>++) e(^age) h! r(-) y--(!y+) /* lang=NASM, GW-BASIC, C */
> ------END GEEK CODE BLOCK------
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
> 

Andre Hedrick
Linux ATA Development

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: when is overriding idebus safe?
  2001-01-25  0:42 ` Andre Hedrick
@ 2001-01-25 11:16   ` Stefan Ring
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Ring @ 2001-01-25 11:16 UTC (permalink / raw)
  To: Andre Hedrick; +Cc: linux-kernel

On Wed, 24 Jan 2001, Andre Hedrick wrote:

> When the manual for your mainboard states that clock settings for setting
> up your CPU creates a change in the normal idebus=33MHz of any other
> value, then you are probablely safe.  Since all 32-bit PCI busses run at
> 33MHz, as last thought and reported, it should not be needed to change.
> If I recall the idebus=XX primary use was for VLB/ISA/EISA systems, but I
> have been wrong before.

My system bus is overclocked to 40MHz. Should I use idebus=44MHz now or
should I stick with the default? How does the value given affect kernel
behaviour?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-01-25 11:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-24 22:20 when is overriding idebus safe? dmeyer
2001-01-24 22:32 ` mirabilos
2001-01-25  0:43   ` Andre Hedrick
2001-01-25  0:42 ` Andre Hedrick
2001-01-25 11:16   ` Stefan Ring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®