Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Erik E. Fair <fair@netbsd.org>
List: source-changes
Date: 05/09/2004 03:03:55
Module Name:	src
Committed By:	fair
Date:		Sun May  9 03:03:55 UTC 2004

Modified Files:
	src/sys/dev/pci: if_sip.c

Log Message:
Two changes:
1. ifdef out the restriction that the SiS 900 has only one PHY
This is demonstrably false; the SiS 960 super south bridge in
PR 18590 has a SiS 900 rev 1 core in it.

2. bitbang the MII for all versions of the SiS 900; this is the
only way that the PHYs on this system answer.

Also, I suspect that SIS900_REV_960 constant in if_sipreg.h is
incorrectly labelled - there were later revisions of the super
south bridge (e.g. the 961, 962, and 963), and I suspect the
SiS 900 revision code there refers to one of those.


To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 src/sys/dev/pci/if_sip.c

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