PERFORCE change 166656 for review

Alexander Motin mav at FreeBSD.org
Mon Jul 27 21:55:42 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=166656

Change 166656 by mav at mav_mavbook on 2009/07/27 21:54:43

	Do not clean PME on port reset.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/dev/siis/siis.c#3 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/dev/siis/siis.c#3 (text+ko) ====

@@ -1294,7 +1294,6 @@
 		/* XXX; Commands in loading state. */
 		siis_end_transaction(&ch->slot[i], SIIS_ERR_INNOCENT);
 	}
-	ATA_OUTL(ch->r_mem, SIIS_P_CTLCLR, SIIS_P_CTL_PME);
 	/* Reset and reconnect PHY, */
 	if (!siis_sata_phy_reset(dev)) {
 		ch->devices = 0;


More information about the p4-projects mailing list