aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2011-07-05 23:30:14 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2011-07-05 23:30:14 +0000
commita92a83d4e015066cdde7953304be1f07dcda06f4 (patch)
tree6bca9b9cedf4f16f7bb7ea2fc4096c0d5a4d1517
parent07218eee2c80ca3c6b24de095aca56b111db7bae (diff)
Notes
-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 f2bb36bd6209..d55b224a0cf2 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -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 }
};