aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_vx_pci.c
diff options
context:
space:
mode:
authorGuido van Rooij <guido@FreeBSD.org>1996-12-02 18:38:37 +0000
committerGuido van Rooij <guido@FreeBSD.org>1996-12-02 18:38:37 +0000
commitc01cc919388a5d9f3a423d15610b87db754457c9 (patch)
treefcf282372820595613385334eb39a1536631fa26 /sys/pci/if_vx_pci.c
parentc65c43ded552438f48af159296d8cc1387db64d5 (diff)
downloadsrc-c01cc919388a5d9f3a423d15610b87db754457c9.tar.gz
src-c01cc919388a5d9f3a423d15610b87db754457c9.zip
Some imporvemnets to the vx driver.
1. 'connector_table' is shortened to 'conn_tab'. 2. More reliable connector change code. 3. Display message like "vx0: selected bnc. (link1)" when the connector changed by link[012]. 4. Handle MII properly. 5. Potentially slightly better performance. 6. Fixed a silly typo. Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>
Notes
Notes: svn path=/head/; revision=20095
Diffstat (limited to 'sys/pci/if_vx_pci.c')
-rw-r--r--sys/pci/if_vx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_vx_pci.c b/sys/pci/if_vx_pci.c
index 008ee5e1e69a..5be83dc97685 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;
}