ide rework again
This commit is contained in:
@ -82,7 +82,8 @@ implementation
|
||||
function controller_type_2_string(controllerType : TControllerType) : pchar;
|
||||
begin
|
||||
case controllerType of
|
||||
ControllerIDE : controller_type_2_string:= 'IDE';
|
||||
ControllerATA : controller_type_2_string:= 'ATA';
|
||||
ControllerATAPI : controller_type_2_string:= 'ATAPI';
|
||||
ControllerUSB : controller_type_2_string:= 'USB';
|
||||
ControllerAHCI : controller_type_2_string:= 'ACHI (SATA)';
|
||||
ControllerNET : controller_type_2_string:= 'Net';
|
||||
|
Reference in New Issue
Block a user