On Sunday 03 August 2008, Borislav Petkov wrote: [...] > > > + if (probe_mask) { > > > + printk(KERN_WARNING "%s: enforcing probing of io ports " > > > + "upon user request.\n", DRV_NAME); > > > + primary = 0; > > > + secondary = 0; > > > + } else > > > + printk(KERN_INFO DRV_NAME ": please use " > > > + \"probe_mask=0x3f\" module parameter for probing" > > > + "all legacy ISA IDE ports\n"); > > > > Help message is no longer printed for !primary > > (we always want to have it unless probe_mask is set). > > How about moving that info to Documentation/ide/ide.txt instead? Do we want to > issue that on every boot, seems like a too unimportant message to be in the > bootlog to me... Some time ago we've changed the default from probing all ports to probe only safe ones (we had to do it because probing all ports may break other ISA devices) so there may be very unlikely cases when this bugfix caused regression and we would like people to be able to deduce the workaround from just reading kernel messages. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html