Subject: PR/34952 CVS commit: src/sys/dev/pci
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: netbsd-bugs
Date: 11/03/2006 17:55:01
The following reply was made to PR kern/34952; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/34952 CVS commit: src/sys/dev/pci
Date: Fri,  3 Nov 2006 17:51:47 +0000 (UTC)

 Module Name:	src
 Committed By:	tsutsui
 Date:		Fri Nov  3 17:51:47 UTC 2006
 
 Modified Files:
 	src/sys/dev/pci: if_re_pci.c
 
 Log Message:
 Pull another 8139C+ fix from FreeBSD if_re.c rev 1.68:
 Perform hardware diagnostic only on the original RTL8169,
 which was the only device that really needed it.
 (i.e. a possible hardware bug when the NIC was put on a 64bit PCI slot)
 
 Tested with on-board 8139C+ by Brian A. Seklecki.
 
 Note this change might also fix PR kern/34952
 (because re_diag() is no longer called on 8169S/8110S),
 but I'm not sure if the re(4) chip was properly initialized in such case.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.16 -r1.17 src/sys/dev/pci/if_re_pci.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.