NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54790 CVS commit: src/sys/dev/ata



The following reply was made to PR kern/54790; it has been noted by GNATS.

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54790 CVS commit: src/sys/dev/ata
Date: Sat, 4 Apr 2020 22:30:03 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Sat Apr  4 22:30:03 UTC 2020
 
 Modified Files:
 	src/sys/dev/ata: ata_recovery.c ata_subr.c
 
 Log Message:
 stop xfer timeouts during recovery, all xfers will be requeued anyway
 
 this avoids race with the timeout routine when processing the xfers
 for requeueing
 
 should fix PR kern/54790 by Izumi Tsutsui
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ata/ata_recovery.c
 cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ata/ata_subr.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index