View | Details | Raw Unified | Return to bug 55018
Collapse All | Expand All

(-)sys/dev/digi/digi.c (-1 / +1 lines)
Lines 378-384 Link Here
378
	DLOG(DIGIDB_INIT, (sc->dev, "BIOS started after %d us\n", i));
378
	DLOG(DIGIDB_INIT, (sc->dev, "BIOS started after %d us\n", i));
379
379
380
	for (i = 0; vW(ptr) != *(u_short *)"GD"; i++) {
380
	for (i = 0; vW(ptr) != *(u_short *)"GD"; i++) {
381
		if (i > 2*hz) {
381
		if (i > 5*hz) {
382
			log(LOG_ERR, "digi%d: BIOS boot failed "
382
			log(LOG_ERR, "digi%d: BIOS boot failed "
383
			    "(0x%02x != 0x%02x)\n",
383
			    "(0x%02x != 0x%02x)\n",
384
			    sc->res.unit, vW(ptr), *(u_short *)"GD");
384
			    sc->res.unit, vW(ptr), *(u_short *)"GD");

Return to bug 55018