OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Mark Kettenis (ketteniscvs.openbsd.org)
Date: Wed Jul 01 2009 - 15:55:57 CDT


CVSROOT: /cvs
Module name: src
Changes by: ketteniscvs.openbsd.org 2009/07/01 14:55:57

Modified files:
        sys/dev/ic : isp_openbsd.c isp_openbsd.h

Log message:
Add a workaround for the fact that our clocks aren't running during autoconf
(at least on some of our architectures, including hppa). Since isp(4) keeps
track of elapsed time to determine if it should continue to wait for the FC
link to come up it would wait very very long. Figured out by krw.

ok deraadt, krw