1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

MFp4: Network Adapter is redundant.

This commit is contained in:
Warner Losh 2008-08-25 05:20:17 +00:00
parent 2e8082cc0c
commit 93b7e554c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182143

View File

@ -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;
}