Re: Stream Lined Booting - SCSI Hold Up

Patrick Mansfield (patmans@us.ibm.com)
Fri, 7 Jun 2002 15:55:31 -0700


On Thu, Jun 06, 2002 at 01:44:19PM -0700, Patrick Mansfield wrote:

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