Subject: CVS commit: syssrc/sys/arch/i386/stand/pxeboot
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/16/2002 18:52:11
Module Name: syssrc
Committed By: thorpej
Date: Sat Feb 16 16:52:11 UTC 2002
Modified Files:
syssrc/sys/arch/i386/stand/pxeboot: main.c pxe.c
Log Message:
* Remove a debug-breakpoint that is no longer needed.
* Move the pxe_init() call to when we open the virtual netif.
* Make sure to call pxe_fini() when we close the virtual netif.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/i386/stand/pxeboot/main.c \
syssrc/sys/arch/i386/stand/pxeboot/pxe.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.