diff --git a/src/driver/PCI.pas b/src/driver/PCI.pas index 0ec1afa0..807902d2 100644 --- a/src/driver/PCI.pas +++ b/src/driver/PCI.pas @@ -418,6 +418,16 @@ begin console.writestring(' '); console.writehexln(tmp.subclass_class); + if tmp.class_code = 1 then begin + console.writestringln('-Device is MASS_STORAGE_CONTROLLER '); + end; + if tmp.class_code = 2 then begin + console.writestringln('-Device is NETWORK_CONTROLLER '); + end; + if tmp.class_code = 3 then begin + console.writestringln('-Device is DISPLAY_CONTROLLER '); + end; + //psleep(300); read_device_config := tmp;