svn commit: r223610 - head/sys/dev/fxp
Pyun YongHyeon
yongari at FreeBSD.org
Mon Jun 27 21:37:39 UTC 2011
Author: yongari
Date: Mon Jun 27 21:37:38 2011
New Revision: 223610
URL: http://svn.freebsd.org/changeset/base/223610
Log:
Enable CPUSaver D102 E-step microcode loading for 82551 revision
0x10.
Modified:
head/sys/dev/fxp/if_fxp.c
Modified: head/sys/dev/fxp/if_fxp.c
==============================================================================
--- head/sys/dev/fxp/if_fxp.c Mon Jun 27 21:30:04 2011 (r223609)
+++ head/sys/dev/fxp/if_fxp.c Mon Jun 27 21:37:38 2011 (r223610)
@@ -3041,6 +3041,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-head
mailing list