Subject: CVS commit: src/sys/arch/i386/stand/pxeboot
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/12/2003 19:33:11
Module Name:	src
Committed By:	drochner
Date:		Wed Mar 12 17:33:11 UTC 2003

Modified Files:
	src/sys/arch/i386/stand/pxeboot: pxe.c
Added Files:
	src/sys/arch/i386/stand/pxeboot: pxe_netif.h

Log Message:
Kick out the netif layer from mi libsa and implement an own, smaller, one
(we really don't need to support multiple interfaces)
Also arrange things so that we are able to unload the PXE stacks only
when we are sure that we don't need them anymore. (To make this more
useful, a hook in exec() is needed.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/i386/stand/pxeboot/pxe.c
cvs rdiff -r0 -r1.1 src/sys/arch/i386/stand/pxeboot/pxe_netif.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.