Deleted Added
full compact
bootp_subr.c (34924) bootp_subr.c (34961)
1/* $Id: bootp_subr.c,v 1.11 1998/03/14 04:13:56 tegge Exp $ */
1/* $Id: bootp_subr.c,v 1.12 1998/03/28 10:33:15 bde Exp $ */
2
3/*
4 * Copyright (c) 1995 Gordon Ross, Adam Glass
5 * Copyright (c) 1992 Regents of the University of California.
6 * All rights reserved.
7 *
8 * This software was developed by the Computer Systems Engineering group
9 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and

--- 754 unchanged lines hidden (view full) ---

764 * If already filled in, don't touch it here
765 */
766 if (nfs_diskless_valid)
767 return;
768
769 /*
770 * Wait until arp entries can be handled.
771 */
2
3/*
4 * Copyright (c) 1995 Gordon Ross, Adam Glass
5 * Copyright (c) 1992 Regents of the University of California.
6 * All rights reserved.
7 *
8 * This software was developed by the Computer Systems Engineering group
9 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and

--- 754 unchanged lines hidden (view full) ---

764 * If already filled in, don't touch it here
765 */
766 if (nfs_diskless_valid)
767 return;
768
769 /*
770 * Wait until arp entries can be handled.
771 */
772 while (time.tv_sec == 0)
773 tsleep(&time, PZERO+8, "arpkludge", 10);
772 while (time_second == 0)
773 tsleep(&time_second, PZERO+8, "arpkludge", 10);
774
775 /*
776 * Find a network interface.
777 */
778#ifdef BOOTP_WIRED_TO
779 printf("bootpc_init: wired to interface '%s'\n",
780 __XSTRING(BOOTP_WIRED_TO));
781#endif

--- 486 unchanged lines hidden ---
774
775 /*
776 * Find a network interface.
777 */
778#ifdef BOOTP_WIRED_TO
779 printf("bootpc_init: wired to interface '%s'\n",
780 __XSTRING(BOOTP_WIRED_TO));
781#endif

--- 486 unchanged lines hidden ---