mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFp4: Network Adapter is redundant.
This commit is contained in:
parent
2e8082cc0c
commit
93b7e554c5
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue