From 209eb713a8e9673e0212c925c0216e8a19deecca Mon Sep 17 00:00:00 2001 From: aaron Date: Sun, 21 May 2017 09:46:39 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@167 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 e3c18458..4a975231 100644 --- a/src/driver/PCI.pas +++ b/src/driver/PCI.pas @@ -370,7 +370,7 @@ begin console.writestring(' '); console.writehexln(tmp.subclass_class); - psleep(1000); + psleep(300); read_device_config := tmp; end;