MFp4: Network Adapter is redundant.

This commit is contained in:
Warner Losh 2008-08-25 05:20:17 +00:00
parent 2e8082cc0c
commit 93b7e554c5

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