NetBSD-Bugs archive

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

PR/54790 CVS commit: [netbsd-9] src/sys/dev/ata



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54790 CVS commit: [netbsd-9] src/sys/dev/ata
Date: Tue, 8 Feb 2022 14:45:00 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Tue Feb  8 14:45:00 UTC 2022
 
 Modified Files:
 	src/sys/dev/ata [netbsd-9]: ata_recovery.c ata_subr.c
 
 Log Message:
 Pull up following revision(s) (requested by jdolecek in ticket #1426):
 
 	sys/dev/ata/ata_recovery.c: revision 1.3
 	sys/dev/ata/ata_subr.c: revision 1.9
 
 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.2.8.1 src/sys/dev/ata/ata_recovery.c
 cvs rdiff -u -r1.8 -r1.8.4.1 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