changeset 10867:ecd69944f509

6892290 ahci_software_reset should not clear pending tags
author Xiao-Yu Zhang <Xiao-Yu.Zhang@Sun.COM>
date Mon, 26 Oct 2009 10:58:30 +0800
parents a32926c7c7fc
children 1ade84fed5a2
files usr/src/uts/common/io/sata/adapters/ahci/ahci.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/io/sata/adapters/ahci/ahci.c	Sun Oct 25 19:40:31 2009 -0700
+++ b/usr/src/uts/common/io/sata/adapters/ahci/ahci.c	Mon Oct 26 10:58:30 2009 +0800
@@ -4760,8 +4760,6 @@
 	    "port_cmd_issue = 0x%x, slot = 0x%x",
 	    loop_count, port_cmd_issue, slot);
 
-	CLEAR_BIT(ahci_portp->ahciport_pending_tags, slot);
-
 	rval = AHCI_SUCCESS;
 out:
 	AHCIDBG(AHCIDBG_ERRS, ahci_ctlp,