Revision 7ae13d1f
Added by Luiz Souza over 7 years ago
src/etc/inc/pfsense-utils.inc | ||
---|---|---|
1168 | 1168 |
$serialspeed = (is_numeric($config['system']['serialspeed'])) ? $config['system']['serialspeed'] : "115200"; |
1169 | 1169 |
|
1170 | 1170 |
$vga_only = false; |
1171 |
$hdmi_only = false; |
|
1171 | 1172 |
$serial_only = false; |
1172 | 1173 |
$specific_platform = system_identify_specific_platform(); |
1173 |
if ($specific_platform['name'] == 'XG-1540' || |
|
1174 |
$specific_platform['name'] == 'Turbot Dual-E') { |
|
1174 |
if ($specific_platform['name'] == 'XG-1540') { |
|
1175 | 1175 |
$vga_only = true; |
1176 |
} elseif ($specific_platform['name'] == 'Turbot Dual-E') { |
|
1177 |
$hdmi_only = true; |
|
1176 | 1178 |
} elseif ($specific_platform['name'] == 'RCC-VE' || |
1177 | 1179 |
$specific_platform['name'] == 'RCC' || |
1178 | 1180 |
$specific_platform['name'] == 'RCC-DFF' || |
Also available in: Unified diff
Fix the loader settings for the console on SG-2320 and SG-2340.