diff options
| author | Matteo Riondato <matteo@FreeBSD.org> | 2006-04-16 15:58:19 +0000 |
|---|---|---|
| committer | Matteo Riondato <matteo@FreeBSD.org> | 2006-04-16 15:58:19 +0000 |
| commit | b46b34796e579b4ccd1d93707537f430194cd27f (patch) | |
| tree | dfee35dc3e3d1bdec61a9b86b8777e06edbf45e5 /sys/dev | |
| parent | 9d5b428408ca6810fb3b135f75034e54721b804d (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -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 72000b1f2e2e..7147a1f60bfc 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -178,6 +178,7 @@ static struct fxp_ident fxp_ident_table[] = { { 0x1064, -1, "Intel 82562EZ (ICH6)" }, { 0x1068, -1, "Intel 82801FBM (ICH6-M) Pro/100 VE Ethernet" }, { 0x1069, -1, "Intel 82562EM/EX/GX Pro/100 Ethernet" }, + { 0x1092, -1, "Intel Pro/100 VE Network Connection" }, { 0x1209, -1, "Intel 82559ER Embedded 10/100 Ethernet" }, { 0x1229, 0x01, "Intel 82557 Pro/100 Ethernet" }, { 0x1229, 0x02, "Intel 82557 Pro/100 Ethernet" }, |
