Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 12/25/2007 23:31:27
Module Name:	src
Committed By:	he
Date:		Tue Dec 25 23:31:27 UTC 2007

Modified Files:
	src/sys/dev/ic: smc90cx6.c
	src/sys/net: if_arc.h if_arcsubr.c

Log Message:
Convert to using if_set_sadl() instead of arc_storelladdr(), catching
an overlooked setting of ifnet->if_sadl.  This follows up the recent
change to net/if.h.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/dev/ic/smc90cx6.c
cvs rdiff -r1.20 -r1.21 src/sys/net/if_arc.h
cvs rdiff -r1.57 -r1.58 src/sys/net/if_arcsubr.c

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