Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/13/2004 17:21:36
Module Name: src
Committed By: dyoung
Date: Mon Dec 13 17:21:36 UTC 2004
Modified Files:
src/sys/dev/ic: wi.c
Log Message:
Refactor. wi_read_rid calls,
wi_read_rid(sc, rid, &val, &buflen) == 0 && buflen == sizeof(val),
become wi_read_xrid calls
wi_read_xrid(sc, rid, &val, sizeof(val)) == 0.
If the actual RID length is different from the expected RID length,
wi_read_rid prints to the log.
To generate a diff of this commit:
cvs rdiff -r1.189 -r1.190 src/sys/dev/ic/wi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.