Update jmk, PCI
diff --git a/src/kernel/dri/pci/pci.c b/src/kernel/dri/pci/pci.c
index 09c9056..87e5d2e 100644
--- a/src/kernel/dri/pci/pci.c
+++ b/src/kernel/dri/pci/pci.c
@@ -1,10 +1,10 @@
-#include <dri/pci.h>
+#include <dri/pci/pci.h>
 
 ushort pci_config_readw(uchar bus, uchar slot, uchar func, uchar offset)
 {
 	struct pci_config_address address =
 	{
-		.enabled = 1,
+		.enable = 1,
 		.bus = bus,
 		.device = slot,
 		.function = func,