> > 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