diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2005-09-14 15:18:12 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2005-09-14 15:18:12 +0000 |
| commit | fb2c9853a71e593b94ca5fd115586495de45a2ee (patch) | |
| tree | db26ad22695f808f0c298a27906ca558ae4f6aa8 /sys/dev/digi | |
| parent | db1240661fdf7d9a81020b1b84b3d5044858e47f (diff) | |
Notes
Diffstat (limited to 'sys/dev/digi')
| -rw-r--r-- | sys/dev/digi/digi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/digi/digi.c b/sys/dev/digi/digi.c index 7f68c02f1758..5635b4e4a38c 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"); |
