View | Details | Raw Unified | Return to bug 144234 | Differences between
and this patch

Collapse All | Expand All

(-)b/head/sys/boot/i386/zfsboot/zfsboot.c (-3 / +3 lines)
Lines 495-503 Link Here
495
    for (i = 0; i < MAXBDDEV; i++)
495
    for (i = 0; i < MAXBDDEV; i++)
496
#endif
496
#endif
497
    {
497
    {
498
	if ((i | DRV_HARD) == *(uint8_t *)PTOV(ARGS))
498
/*	if ((i | DRV_HARD) == *(uint8_t *)PTOV(ARGS))
499
	    continue;
499
 *	    continue;
500
500
 */
501
	if (!int13probe(i | DRV_HARD))
501
	if (!int13probe(i | DRV_HARD))
502
	    break;
502
	    break;
503
503

Return to bug 144234