Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2009 21:55:41 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 166656 for review
Message-ID:  <200907272155.n6RLtfsI047950@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=166656

Change 166656 by mav@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907272155.n6RLtfsI047950>