mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150132
@ -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…
Reference in New Issue
Block a user