diff options
-rw-r--r-- | sys/dev/fxp/if_fxp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index fbbed2c..16f79f6 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -159,6 +159,7 @@ static struct fxp_ident fxp_ident_table[] = { { 0x1036, "Intel Pro/100 Ethernet" }, { 0x1037, "Intel Pro/100 Ethernet" }, { 0x1038, "Intel Pro/100 Ethernet" }, + { 0x1039, "Intel Pro/100 Ethernet" }, { 0, NULL }, }; |