CVSROOT: /cvs Module name: src Changes by: kette...@cvs.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 k...@. ok deraadt@, krw@