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:
parent
db1240661f
commit
fb2c9853a7
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user