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

Collapse All | Expand All

(-)sys/geom/geom_io.c (working copy) (-1 / +1 lines)
Lines 681-687 Link Here
681
       }
681
       }
682
       if (bootverbose)
682
       if (bootverbose)
683
               printf("ENOMEM %p on %p(%s)\n", bp, pp, pp->name);
683
               printf(__FILE__ ": verboseboot info ENOMEM %p on %p(%s)\n", bp, pp, pp->name);
684
       bp->bio_children = 0;
684
       bp->bio_children = 0;
685
       bp->bio_inbed = 0;
685
       bp->bio_inbed = 0;
686
       bp->bio_driver1 = NULL;
686
       bp->bio_driver1 = NULL;

Return to bug 202868