Author: yongari
Date: Tue Jul 5 23:31:40 2011
New Revision: 223810
URL: http://svn.freebsd.org/changeset/base/223810
Log:
MFC r223610:
Enable CPUSaver D102 E-step microcode loading for 82551 revision
0x10.
Modified:
stable/7/sys/dev/fxp/if_fxp.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/dev/fxp/if_fxp.c
==============================================================================
--- stable/7/sys/dev/fxp/if_fxp.c Tue Jul 5 23:30:14 2011
(r223809)
+++ stable/7/sys/dev/fxp/if_fxp.c Tue Jul 5 23:31:40 2011
(r223810)
@@ -3036,6 +3036,8 @@ static const struct ucode {
#endif
{ FXP_REV_82551_F, UCODE(fxp_ucode_d102e),
D102_E_CPUSAVER_DWORD, D102_E_CPUSAVER_BUNDLE_MAX_DWORD },
+ { FXP_REV_82551_10, UCODE(fxp_ucode_d102e),
+ D102_E_CPUSAVER_DWORD, D102_E_CPUSAVER_BUNDLE_MAX_DWORD },
{ 0, NULL, 0, 0, 0 }
};
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"