Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2014 19:00:20 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1190026 for review
Message-ID:  <201401141900.s0EJ0K11020412@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@1190026?ac=10

Change 1190026 by jhb@jhb_jhbbsd on 2014/01/14 19:00:04

	Catch up.

Affected files ...

.. //depot/projects/pci/sys/dev/alc/if_alc.c#7 edit

Differences ...

==== //depot/projects/pci/sys/dev/alc/if_alc.c#7 (text+ko) ====

@@ -841,9 +841,9 @@
 				device_printf(dev, "RCB %u bytes\n",
 				    sc->alc_rcb == DMA_CFG_RCB_64 ? 64 : 128);
 			state = ctl & PCIEM_LINK_CTL_ASPMC;
-			if (state & PCIEM_LINK_CTL_ASPMC_L0S)
+			if (state & PCIEM_LINK_ASPMC_L0S)
 				sc->alc_flags |= ALC_FLAG_L0S;
-			if (state & PCIEM_LINK_CTL_ASPMC_L1)
+			if (state & PCIEM_LINK_ASPMC_L1)
 				sc->alc_flags |= ALC_FLAG_L1S;
 			if (bootverbose)
 				device_printf(sc->alc_dev, "ASPM %s %s\n",



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