Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 08/27/2007 14:48:55
Module Name:	src
Committed By:	dyoung
Date:		Mon Aug 27 14:48:55 UTC 2007

Modified Files:
	src/sys/dev/ic: elink3.c i82586.c rtl8169.c sgec.c smc83c170.c
	    smc91cxx.c

Log Message:
Constify: use CLLADDR() instead of LLADDR() wherever possible.


To generate a diff of this commit:
cvs rdiff -r1.122 -r1.123 src/sys/dev/ic/elink3.c
cvs rdiff -r1.58 -r1.59 src/sys/dev/ic/i82586.c
cvs rdiff -r1.87 -r1.88 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.30 -r1.31 src/sys/dev/ic/sgec.c
cvs rdiff -r1.65 -r1.66 src/sys/dev/ic/smc83c170.c
cvs rdiff -r1.60 -r1.61 src/sys/dev/ic/smc91cxx.c

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