summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2005-09-14 15:18:12 +0000
committerandre <andre@FreeBSD.org>2005-09-14 15:18:12 +0000
commit2e78eb68b329ae6d3cf2c7cd6656dfe7893e4185 (patch)
treedb26ad22695f808f0c298a27906ca558ae4f6aa8 /sys/dev/digi
parent418282b822163a023cb9f20a600c0519bffe8a39 (diff)
downloadFreeBSD-src-2e78eb68b329ae6d3cf2c7cd6656dfe7893e4185.zip
FreeBSD-src-2e78eb68b329ae6d3cf2c7cd6656dfe7893e4185.tar.gz
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>
Diffstat (limited to 'sys/dev/digi')
-rw-r--r--sys/dev/digi/digi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/digi/digi.c b/sys/dev/digi/digi.c
index 7f68c02..5635b4e 100644
--- a/sys/dev/digi/digi.c
+++ b/sys/dev/digi/digi.c
@@ -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");
OpenPOWER on IntegriCloud