summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2011-06-27 21:37:38 +0000
committeryongari <yongari@FreeBSD.org>2011-06-27 21:37:38 +0000
commit67d464a1d85e037a433554e5ec4bc141cd2fd967 (patch)
tree43c606596f843d589fce19bba4c80073e7f21b1e /sys/dev/fxp
parentc6509394cf48a6061ce794b4379bf941770e5762 (diff)
downloadFreeBSD-src-67d464a1d85e037a433554e5ec4bc141cd2fd967.zip
FreeBSD-src-67d464a1d85e037a433554e5ec4bc141cd2fd967.tar.gz
Enable CPUSaver D102 E-step microcode loading for 82551 revision
0x10.
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index ea94821..62c8dc2 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -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 }
};
OpenPOWER on IntegriCloud