summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2003-03-08 21:44:21 +0000
committerJohn Polstra <jdp@FreeBSD.org>2003-03-08 21:44:21 +0000
commit537b41d5ff69cfd3a1b570a9dfead44a05a67195 (patch)
tree4d62c3e0e9dcd7a0a3863b74571a5ba19d8afd0e
parent80980460993d69177eb59aee1f6a15a4a65b04a4 (diff)
Notes
-rw-r--r--sys/dev/fxp/if_fxp.c40
1 files changed, 20 insertions, 20 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 4abb19b7ac77..395681c6371c 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -148,26 +148,26 @@ struct fxp_ident {
* them.
*/
static struct fxp_ident fxp_ident_table[] = {
- { 0x1229, "Intel Pro 10/100B/100+ Ethernet" },
- { 0x2449, "Intel Pro/100 Ethernet" },
- { 0x1209, "Intel Embedded 10/100 Ethernet" },
- { 0x1029, "Intel Pro/100 Ethernet" },
- { 0x1030, "Intel Pro/100 Ethernet" },
- { 0x1031, "Intel Pro/100 Ethernet" },
- { 0x1032, "Intel Pro/100 Ethernet" },
- { 0x1033, "Intel Pro/100 Ethernet" },
- { 0x1034, "Intel Pro/100 Ethernet" },
- { 0x1035, "Intel Pro/100 Ethernet" },
- { 0x1036, "Intel Pro/100 Ethernet" },
- { 0x1037, "Intel Pro/100 Ethernet" },
- { 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" },
- { 0x1059, "Intel Pro/100 M Mobile Connection" },
+ { 0x1029, "Intel 82559 PCI/CardBus Pro/100" },
+ { 0x1030, "Intel 82559 Pro/100 Ethernet" },
+ { 0x1031, "Intel 82801CAM (ICH3) Pro/100 VE Ethernet" },
+ { 0x1032, "Intel 82801CAM (ICH3) Pro/100 VE Ethernet" },
+ { 0x1033, "Intel 82801CAM (ICH3) Pro/100 VM Ethernet" },
+ { 0x1034, "Intel 82801CAM (ICH3) Pro/100 VM Ethernet" },
+ { 0x1035, "Intel 82801CAM (ICH3) Pro/100 Ethernet" },
+ { 0x1036, "Intel 82801CAM (ICH3) Pro/100 Ethernet" },
+ { 0x1037, "Intel 82801CAM (ICH3) Pro/100 Ethernet" },
+ { 0x1038, "Intel 82801CAM (ICH3) Pro/100 VM Ethernet" },
+ { 0x1039, "Intel 82801DB (ICH4) Pro/100 VE Ethernet" },
+ { 0x103A, "Intel 82801DB (ICH4) Pro/100 Ethernet" },
+ { 0x103B, "Intel 82801DB (ICH4) Pro/100 VM Ethernet" },
+ { 0x103C, "Intel 82801DB (ICH4) Pro/100 Ethernet" },
+ { 0x103D, "Intel 82801DB (ICH4) Pro/100 VE Ethernet" },
+ { 0x103E, "Intel 82801DB (ICH4) Pro/100 VM Ethernet" },
+ { 0x1059, "Intel 82551QM Pro/100 M Mobile Connection" },
+ { 0x1209, "Intel 82559ER Embedded 10/100 Ethernet" },
+ { 0x1229, "Intel 82557/8/9 EtherExpress Pro/100(B) Ethernet" },
+ { 0x2449, "Intel 82801BA/CAM (ICH2/3) Pro/100 Ethernet" },
{ 0, NULL },
};