Add pci_device_drivers, IDE driver
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 1552d82..436339a 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -8,12 +8,12 @@
                 "${workspaceFolder}/include/kernel",
                 "${workspaceFolder}/src/kernel"
             ],
-            "defines": [],
+            "defines": [
+                "TEST_PCI"
+            ],
             "compilerPath": "/usr/bin/gcc",
             "cStandard": "c11",
-            // "cppStandard": "c++14",
             "intelliSenseMode": "linux-gcc-x86",
-            // "compileCommands": "${workspaceFolder}/compile_commands.json",
             "compilerArgs": [
                 "-nostdinc -nostdlib -O2 -m32 -g"
             ]