ide_setup lost in patch-2.3.13

aebr@math.uio.no
Fri, 12 Nov 1999 00:54:10 +0100


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/