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.