Subject: CVS commit: src/sys/dev/mii
To: None <source-changes@NetBSD.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 08/07/2005 17:47:22
Module Name:	src
Committed By:	chris
Date:		Sun Aug  7 17:47:22 UTC 2005

Modified Files:
	src/sys/dev/mii: mii_bitbang.c

Log Message:
Following feedback from thorpej, remove the #ifdef cats block, and update
comment.

All platforms will now send a change in direction, then the 32 MDO bits
when synchronising with the phy.  Rather than sending the change in
direction with the first MDO bit.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/dev/mii/mii_bitbang.c

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