diff options
| author | Mike Silbersack <silby@FreeBSD.org> | 2002-07-03 05:26:45 +0000 |
|---|---|---|
| committer | Mike Silbersack <silby@FreeBSD.org> | 2002-07-03 05:26:45 +0000 |
| commit | 69f431560045c97ae755f0956cccef33042d571a (patch) | |
| tree | 2e7719e3bac111eaa391562122cfcc7f171bb5d7 /sys | |
| parent | a635aef6f602a4e4c47e63002d4cb868fd198f59 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 cda515c5e6c1..f0ed66dee7bf 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -160,6 +160,7 @@ static struct fxp_ident fxp_ident_table[] = { { 0x1037, "Intel Pro/100 Ethernet" }, { 0x1038, "Intel Pro/100 Ethernet" }, { 0x1039, "Intel Pro/100 Ethernet" }, + { 0x103A, "Intel Pro/100 Ethernet" }, { 0, NULL }, }; |
