Subject: PR/33445 CVS commit: [netbsd-3] src/sys/dev/pci
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 07/28/2006 03:50:03
The following reply was made to PR kern/33445; it has been noted by GNATS.

From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/33445 CVS commit: [netbsd-3] src/sys/dev/pci
Date: Fri, 28 Jul 2006 03:45:42 +0000 (UTC)

 Module Name:	src
 Committed By:	riz
 Date:		Fri Jul 28 03:45:42 UTC 2006
 
 Modified Files:
 	src/sys/dev/pci [netbsd-3]: pdcsata.c
 
 Log Message:
 Pull up following revision(s) (requested by simonb in ticket #1430):
 	sys/dev/pci/pdcsata.c: revision 1.7
 PR/33445: Brian Buhrow: Fix a number of problems with the pdcsata driver:
 The driver for the family of Promise SATA controllers,
 /usr/src/sys/dev/pci/pdcsata.c is not very robust when it comes to handling
 transient drive errors, or interrupt hickups when the card is under load.
 Worse, my experience seems to indicate, and the Linux driver confirms,
 that these cards tend to fall over rather frequently during high load
 operations or if drives unexpectedly reset or go to sleep.  Symptoms
 include interupt timeouts during heavy load, the inability to reset drives
 if they go to sleep, and a failure of the card to generate interrupts at
 all if the interrupt load gets too high.
 --
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.3.2.2 -r1.3.2.3 src/sys/dev/pci/pdcsata.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.