summaryrefslogtreecommitdiff
path: root/kernel/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/pci.c')
-rw-r--r--kernel/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/pci.c b/kernel/pci.c
index 5cd2102..3e361c5 100644
--- a/kernel/pci.c
+++ b/kernel/pci.c
@@ -37,7 +37,7 @@ pci_init()
// bit 0 : I/O access enable
// bit 1 : memory access enable
// bit 2 : enable mastering
- base[1] = 7;
+ base[1] = 0b111;
__sync_synchronize();
for(int i = 0; i < 6; i++){