From e90fe8c46e510b1283602b9c90fa4b7544c92b69 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 25 Oct 2017 09:24:01 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@244 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c --- src/driver/PCI.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/PCI.pas b/src/driver/PCI.pas index 5428a94f..d026de06 100644 --- a/src/driver/PCI.pas +++ b/src/driver/PCI.pas @@ -402,7 +402,7 @@ begin if tmp.class_code = 1 then begin console.writestringln('-Device is MASS_STORAGE_CONTROLLER '); - if tmp.subclass_class = 1 then ATA.init(tmp); + //if tmp.subclass_class = 1 then ATA.init(tmp); end; if tmp.class_code = 2 then begin console.writestringln('-Device is NETWORK_CONTROLLER ');