lkml.org 
[lkml]   [1999]   [Nov]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectide_setup lost in patch-2.3.13
Luca Montecchiani writes:

> Looking at ide.c I've noticed that isn't "__setup()" compliant so all command
> line parameter are ignored.

And indeed, in patch-2.3.13 the call to ide_setup() was removed from init/main.c
but was not added anywhere else, so ide_setup() is not called.

The IDE maintainer should probably look more in detail at how he
wants things to be done, but adding

__setup("ide", ide_setup);
__setup("hd", ide_setup);

will fix most problems.

Andries

[I meant - adding this to ide.c]

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

\
 
 \ /
  Last update: 2005-03-22 13:54    [W:0.035 / U:0.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site