diff options
author | matteo <matteo@FreeBSD.org> | 2006-04-14 07:49:52 +0000 |
---|---|---|
committer | matteo <matteo@FreeBSD.org> | 2006-04-14 07:49:52 +0000 |
commit | c7cf0bf2d28666a3d39d29c9f82b1710e233b82b (patch) | |
tree | cd925f4f9996fbe47f1115024219f2eef93741f6 /sys/dev/fxp | |
parent | 4c7363828c554097c72b295689dbc88b763ac63d (diff) | |
download | FreeBSD-src-c7cf0bf2d28666a3d39d29c9f82b1710e233b82b.zip FreeBSD-src-c7cf0bf2d28666a3d39d29c9f82b1710e233b82b.tar.gz |
Add device ID for Intel Pro/100 VE Network Connection card
PR: kern/95729
Submitted by: Nicky Bulthuis
MFC after: 1 day
Diffstat (limited to 'sys/dev/fxp')
-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 111ed67..23e193d 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" }, |