NetBSD-Bugs archive

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

PR/52372 CVS commit: [netbsd-8] src/sys/dev/ata



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52372 CVS commit: [netbsd-8] src/sys/dev/ata
Date: Fri, 24 Feb 2023 14:19:56 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Fri Feb 24 14:19:56 UTC 2023
 
 Modified Files:
 	src/sys/dev/ata [netbsd-8]: sata_subr.c satavar.h
 
 Log Message:
 Pull up following revision(s) (requested by msaitoh in ticket #1805):
 
 	sys/dev/ata/satavar.h: revision 1.10
 	sys/dev/ata/sata_subr.c: revision 1.24
 
 split the port status reporting to new function sata_interpret_det()
 so it can be called separately from sata_reset_interface()
 
 do not treat PHY offline as an error, it's pretty normal when there
 is no device actually connected
 
 debugging aid for PR kern/52372
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.22 -r1.22.2.1 src/sys/dev/ata/sata_subr.c
 cvs rdiff -u -r1.9 -r1.9.28.1 src/sys/dev/ata/satavar.h
 
 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