According to OKUJI Yoshinori:
> > +#ifdef SUPPORT_DISKLESS
> > +  if (boot_drive == NETWORK_DRIVE)
> > +    {
> > +      print_network_configuration ();
> > +      printf ("\n");
> > +    }
> > +#endif
> 
>   The idea is good, but why do you need to check if BOOT_DRIVE is
> NETWORK_DRIVE?

I've investigated, and that test is obsolete.  In my PXE patch, the
network would be configured only when boot_drive == NETWORK_DRIVE.
But that's not true in the current sources.  So I agree, ditch the
test.
-- 
Chip Salzenberg              - a.k.a. -              <[EMAIL PROTECTED]>
"I wanted to play hopscotch with the impenetrable mystery of existence,
    but he stepped in a wormhole and had to go in early."  // MST3K

Reply via email to