Increase boot-time DigiBIOS initialization timeout to allow

for a larger number of chained port modules.

PR:		kern/55018
Submitted by:	Cyrill Shevchuk <cyrill at cyrills.net>
This commit is contained in:
Andre Oppermann 2005-09-14 15:18:12 +00:00
parent db1240661f
commit fb2c9853a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150132

View File

@ -360,7 +360,7 @@ digi_init(struct digi_softc *sc)
DLOG(DIGIDB_INIT, (sc->dev, "BIOS started after %d us\n", i));
for (i = 0; vW(ptr) != *(u_short *)"GD"; i++) {
if (i > 2*hz) {
if (i > 5*hz) {
log(LOG_ERR, "digi%d: BIOS boot failed "
"(0x%02x != 0x%02x)\n",
sc->res.unit, vW(ptr), *(u_short *)"GD");