Subject: CVS commit: src/sys/arch/newsmips/stand/boot
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/13/2003 16:49:14
Module Name:	src
Committed By:	drochner
Date:		Thu Mar 13 14:49:13 UTC 2003

Modified Files:
	src/sys/arch/newsmips/stand/boot: net.c netif_news.c
Added Files:
	src/sys/arch/newsmips/stand/boot: netif_news.h

Log Message:
Remove remaining uses of libsa/netif -- the "netif" structure was only
used to lookup a "struct romdev", everything else was ballast.
Do it straightforward now and assign the romdev directly to io_netif.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/newsmips/stand/boot/net.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/newsmips/stand/boot/netif_news.c
cvs rdiff -r0 -r1.1 src/sys/arch/newsmips/stand/boot/netif_news.h

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