summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/vx/if_vx_pci.c2
-rw-r--r--sys/pci/if_vx_pci.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c
index 008ee5e..5be83dc 100644
--- a/sys/dev/vx/if_vx_pci.c
+++ b/sys/dev/vx/if_vx_pci.c
@@ -83,7 +83,7 @@ vx_pci_probe(
if(device_id == 0x900010b7ul || device_id == 0x900110b7ul)
return "3COM 3C900 Etherlink XL PCI";
if(device_id == 0x905010b7ul || device_id == 0x905110b7ul)
- return "3COM 3C595 Fast Etherlink XL PCI";
+ return "3COM 3C905 Fast Etherlink XL PCI";
return NULL;
}
diff --git a/sys/pci/if_vx_pci.c b/sys/pci/if_vx_pci.c
index 008ee5e..5be83dc 100644
--- a/sys/pci/if_vx_pci.c
+++ b/sys/pci/if_vx_pci.c
@@ -83,7 +83,7 @@ vx_pci_probe(
if(device_id == 0x900010b7ul || device_id == 0x900110b7ul)
return "3COM 3C900 Etherlink XL PCI";
if(device_id == 0x905010b7ul || device_id == 0x905110b7ul)
- return "3COM 3C595 Fast Etherlink XL PCI";
+ return "3COM 3C905 Fast Etherlink XL PCI";
return NULL;
}
OpenPOWER on IntegriCloud