Subject: CVS commit: src/sys/arch
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/13/2003 17:36:08
Module Name:	src
Committed By:	drochner
Date:		Thu Mar 13 15:36:07 UTC 2003

Modified Files:
	src/sys/arch/ofppc/stand/ofwboot: net.c netif_of.c
	src/sys/arch/shark/stand/ofwboot: net.c netif_of.c
Added Files:
	src/sys/arch/ofppc/stand/ofwboot: netif_of.h
	src/sys/arch/shark/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.4 -r1.5 src/sys/arch/ofppc/stand/ofwboot/net.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/ofppc/stand/ofwboot/netif_of.c
cvs rdiff -r0 -r1.1 src/sys/arch/ofppc/stand/ofwboot/netif_of.h
cvs rdiff -r1.1 -r1.2 src/sys/arch/shark/stand/ofwboot/net.c \
    src/sys/arch/shark/stand/ofwboot/netif_of.c
cvs rdiff -r0 -r1.1 src/sys/arch/shark/stand/ofwboot/netif_of.h

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