All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Dalecki <dalecki@evision-ventures.com>
To: admin@nextframe.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: [COMMENTS IDE 2.5] - "idebus=66" in 2.5.8 results in "ide_setup: idebus=66 -- BAD OPTION"
Date: Mon, 15 Apr 2002 13:24:31 +0200	[thread overview]
Message-ID: <3CBAB86F.6000608@evision-ventures.com> (raw)
In-Reply-To: <20020415112332.A181@sexything> <3CBA8E70.5010605@evision-ventures.com> <20020415141658.A140@sexything>

Morten Helgesen wrote:
> Hey again, Martin :)
> 
> What do you think about the following :

What I think? I think it's abviously right... Thank you very much
and sorry for the inconvenience!

And judging from the other typos fixed in patch number 34 I think
that I should stick to my "principles" and don't write code past 02:00 o'clock
... :-).

> 
> --- clean-linux-2.5.8/drivers/ide/ide.c Sun Apr 14 21:18:52 2002
> +++ patched-linux-2.5.8/drivers/ide/ide.c       Mon Apr 15 14:09:18 2002
> @@ -3120,7 +3120,7 @@
>         /*
>          * Look for bus speed option:  "idebus="
>          */
> -       if (strncmp(s, "idebus", 6)) {
> +       if (strncmp(s, "idebus", 6) == 0) {
>                 if (match_parm(&s[6], NULL, vals, 1) != 1)
>                         goto bad_option;
>                 if (vals[0] >= 20 && vals[0] <= 66) {
> 
> gives :
> 
> Kernel command line: BOOT_IMAGE=2.5.8-without-TCQ ro root=303 video=matrox:vesa:0x118 idebus=66 profile=2
> ide_setup: idebus=66
> ide: system bus speed 66MHz
> 
> works like a charm :)


  reply	other threads:[~2002-04-15 12:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-15  9:23 [COMMENTS IDE 2.5] - "idebus=66" in 2.5.8 results in "ide_setup: idebus=66 -- BAD OPTION" Morten Helgesen
2002-04-15  8:25 ` Martin Dalecki
2002-04-15  9:34   ` Morten Helgesen
2002-04-15  9:40     ` Jens Axboe
2002-04-15 12:16   ` Morten Helgesen
2002-04-15 11:24     ` Martin Dalecki [this message]
2002-04-15 17:20     ` Meelis Roos
2002-04-15 22:04       ` Maxwell Spangler
2002-04-15 22:39         ` Vojtech Pavlik
2002-04-15 22:55         ` Andre Hedrick
2002-04-15 23:43           ` Maxwell Spangler

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=3CBAB86F.6000608@evision-ventures.com \
    --to=dalecki@evision-ventures.com \
    --cc=admin@nextframe.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.