Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 11/13/2003 22:29:09
Module Name:	src
Committed By:	scw
Date:		Thu Nov 13 22:29:09 UTC 2003

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

Log Message:
On Rhine III, don't set VR_EECSR_LOAD before reading the MAC address.
This reloads the entire EEPROM, not just the MAC address, which can
cause problems for the host PCI bus under certain circumstances. The
chip already loads the EEPROM at powerup/reset anyway.

XXX: This probably applies to the other Rhine variants too, but I don't
have a data sheet to confirm this behaviour.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/sys/dev/pci/if_vr.c

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