tiny case but T/TX is copper, SX is fiber

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20558 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Hugo Santos 2007-04-04 15:36:10 +00:00
parent bf256341b9
commit 8df968341a
1 changed files with 3 additions and 1 deletions

View File

@ -230,9 +230,11 @@ list_interface(int socket, const char* name)
type = "100 MBit, 100BASE-TX";
break;
case IFM_1000_T:
case IFM_1000_SX:
type = "1 GBit, 1000BASE-T";
break;
case IFM_1000_SX:
type = "1 GBit, 1000BASE-SX";
break;
}
break;