Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/15/2006 10:33:25
Module Name: src
Committed By: tsutsui
Date: Sun Oct 15 10:33:25 UTC 2006
Modified Files:
src/sys/dev/pci: if_vge.c
Log Message:
On sgimips (R5000 O2), it seems that the first EEPROM read data
right after vge_reset() could be corrupted. For workaround, add a
dummy EEPROM read in vge_reset() so that MAC address is properly
set on the machine.
While here, add a DELAY() in busy loop in vge_read_eeprom().
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/dev/pci/if_vge.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.