diff options
| author | Paul Saab <ps@FreeBSD.org> | 2002-09-24 23:13:38 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2002-09-24 23:13:38 +0000 |
| commit | a7d681929a0cce1ce6a66f07d1e46c97fca041fd (patch) | |
| tree | 42f5ab3097c5d07ffb69155cca85249797978f0e /sys | |
| parent | ac53b225bb73a529438d1f9aceea916e655b1f36 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 594d9ac2d6679..9e88652cd3c1a 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -161,6 +161,10 @@ static struct fxp_ident fxp_ident_table[] = { { 0x1038, "Intel Pro/100 Ethernet" }, { 0x1039, "Intel Pro/100 Ethernet" }, { 0x103A, "Intel Pro/100 Ethernet" }, + { 0x103B, "Intel Pro/100 Ethernet" }, + { 0x103C, "Intel Pro/100 Ethernet" }, + { 0x103D, "Intel Pro/100 Ethernet" }, + { 0x103E, "Intel Pro/100 Ethernet" }, { 0, NULL }, }; |
