summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/phantom/phantom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/net/phantom/phantom.c')
-rw-r--r--src/drivers/net/phantom/phantom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/phantom/phantom.c b/src/drivers/net/phantom/phantom.c
index 93fc0790..509a7096 100644
--- a/src/drivers/net/phantom/phantom.c
+++ b/src/drivers/net/phantom/phantom.c
@@ -1634,6 +1634,7 @@ static int phantom_read_flash ( struct phantom_nic *phantom ) {
/* Identify board type and number of ports */
switch ( board_info.board_type ) {
case UNM_BRDTYPE_P3_4_GB:
+ case UNM_BRDTYPE_P3_4_GB_MM:
phantom->num_ports = 4;
break;
case UNM_BRDTYPE_P3_HMEZ: