matthieu castet wrote: >> - if (option_independent == option) >> - printk(KERN_WARNING "PnPBIOS: Missing >> SMALL_TAG_STARTDEP tag\n"); > > this one shouldn't be removed > >> option = option_independent; >> break; >> >> case SMALL_TAG_END: >> - if (option_independent != option) >> - printk(KERN_WARNING "PnPBIOS: Missing >> SMALL_TAG_ENDDEP tag\n"); > > ok for this one, may be change it to pnp_dbg(...) Works for me to. Updated patch attached that only removes the missing ENDDEP warning. Rene.