summaryrefslogtreecommitdiffstats
path: root/sys/dev/vx
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-08-25 05:20:17 +0000
committerimp <imp@FreeBSD.org>2008-08-25 05:20:17 +0000
commitd72dd62eb20e6d9aad0f10ded22731f73c2d03c1 (patch)
tree4e9f31e9594bd89fa95d14d5c7e3f2993589fe15 /sys/dev/vx
parenta0398f4b9712cd57390610bb373c74caada889d4 (diff)
downloadFreeBSD-src-d72dd62eb20e6d9aad0f10ded22731f73c2d03c1.zip
FreeBSD-src-d72dd62eb20e6d9aad0f10ded22731f73c2d03c1.tar.gz
MFp4: Network Adapter is redundant.
Diffstat (limited to 'sys/dev/vx')
-rw-r--r--sys/dev/vx/if_vx_eisa.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/vx/if_vx_eisa.c b/sys/dev/vx/if_vx_eisa.c
index 9eb41a4..80fb5c6 100644
--- a/sys/dev/vx/if_vx_eisa.c
+++ b/sys/dev/vx/if_vx_eisa.c
@@ -69,13 +69,13 @@ vx_match(eisa_id_t type)
{
switch (type) {
case EISA_DEVICE_ID_3COM_3C592:
- return "3Com 3C592 Network Adapter";
+ return "3Com 3C592";
case EISA_DEVICE_ID_3COM_3C597_TX:
- return "3Com 3C597-TX Network Adapter";
+ return "3Com 3C597-TX";
case EISA_DEVICE_ID_3COM_3C597_T4:
- return "3Com 3C597-T4 Network Adapter";
+ return "3Com 3C597-T4";
case EISA_DEVICE_ID_3COM_3C597_MII:
- return "3Com 3C597-MII Network Adapter";
+ return "3Com 3C597-MII";
default:
break;
}
OpenPOWER on IntegriCloud