ide rework again

This commit is contained in:
2025-03-09 13:50:11 +00:00
parent f0d5eb21f1
commit 837d69a44b
8 changed files with 1164 additions and 407 deletions

View File

@ -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';