summaryrefslogtreecommitdiff
path: root/sys/dev/ic/fxp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/fxp.c')
-rw-r--r--sys/dev/ic/fxp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c
index ce1918e52fe..83f7920ed3c 100644
--- a/sys/dev/ic/fxp.c
+++ b/sys/dev/ic/fxp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fxp.c,v 1.68 2005/02/03 14:46:42 hshoexer Exp $ */
+/* $OpenBSD: fxp.c,v 1.69 2005/04/24 20:41:34 brad Exp $ */
/* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */
/*
@@ -1859,6 +1859,9 @@ struct ucode {
{ FXP_REV_82550_C, D102_C_CPUSAVER_DWORD,
D102_C_CPUSAVER_BUNDLE_MAX_DWORD, "fxp-d102c" },
+ { FXP_REV_82551_F, D102_E_CPUSAVER_DWORD,
+ D102_E_CPUSAVER_BUNDLE_MAX_DWORD, "fxp-d102e" },
+
{ 0, 0, 0, NULL }
};