Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/28/2001 17:13:07
Module Name:	syssrc
Committed By:	drochner
Date:		Wed Mar 28 14:13:07 UTC 2001

Modified Files:
	syssrc/sys/dev/mii: mii.c mii.h miivar.h

Log Message:
Reading the IEEE specs shows that the bits have to be reversed when
mapping an OUI to the MII id registers.
Doing this in the MII_OUI() macro would be too complex, so put it into
a helper function and move the MII id register interpretation stuff
into miivar.h.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/dev/mii/mii.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/mii/mii.h
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/mii/miivar.h

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