svn commit: r223809 - stable/8/sys/dev/fxp
Pyun YongHyeon
yongari at FreeBSD.org
Tue Jul 5 23:30:14 UTC 2011
Author: yongari
Date: Tue Jul 5 23:30:14 2011
New Revision: 223809
URL: http://svn.freebsd.org/changeset/base/223809
Log:
MFC r223610:
Enable CPUSaver D102 E-step microcode loading for 82551 revision
0x10.
Modified:
stable/8/sys/dev/fxp/if_fxp.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
Modified: stable/8/sys/dev/fxp/if_fxp.c
==============================================================================
--- stable/8/sys/dev/fxp/if_fxp.c Tue Jul 5 23:18:28 2011 (r223808)
+++ stable/8/sys/dev/fxp/if_fxp.c Tue Jul 5 23:30:14 2011 (r223809)
@@ -3043,6 +3043,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 }
};
More information about the svn-src-stable-8
mailing list