> On my system, it saves me about 10 seconds to boot with:
>
> lilo: linux-1 aic7xxx=no_reset aic7xxx=seltime:3
>
BTW, the above results in an infinite loop on shutdown, as the aic
driver adds a reboot callback for each "aic7xxx=" option, pointing
to static data, and ends up getting linked on a list pointing to
itself. Using:
aic7xxx=no_reset,seltime:3
I have no problems.
-- Patrick Mansfield
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/