Re: Problems booting 2.1.15

Kai Schulte (sp0005@aixrs1.hrz.uni-essen.de)
Mon, 16 Dec 1996 17:50:45 +0100 (MEZ)


On Mon, 16 Dec 1996, Ian Bonnycastle wrote:

> > ide0=noautotune ide1=noautotune

> Nope. I tried it, and it didn't make a difference. I also noticed that
> in the init/main.c file, there is no mention of the parameter you just
> listed.

The ide parameters are not parsed in main.c but passed on to ide_setup()
in drivers/block/ide.c

Specifying "noautotune" will prevent automatic setting of dsc_overlap
flags. What exactly does DSC stand for, by the way?

Kai