Subject: CVS commit: src/sys/arch/macppc/stand/ofwboot
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/13/2003 13:35:56
Module Name:	src
Committed By:	drochner
Date:		Thu Mar 13 11:35:56 UTC 2003

Modified Files:
	src/sys/arch/macppc/stand/ofwboot: net.c netif_of.c
Added Files:
	src/sys/arch/macppc/stand/ofwboot: netif_of.h

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


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/macppc/stand/ofwboot/net.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/macppc/stand/ofwboot/netif_of.c
cvs rdiff -r0 -r1.1 src/sys/arch/macppc/stand/ofwboot/netif_of.h

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