aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs/ata_pio.c
diff options
context:
space:
mode:
authorMarvin Borner2019-11-25 21:25:15 +0100
committerMarvin Borner2019-11-25 21:25:15 +0100
commitc5f8b04cdea44e5e5e0c208947b1f7ae44703a23 (patch)
tree73fdc32e686585d2e866ea4cb416421339d2c75b /src/kernel/fs/ata_pio.c
parentbb57b124d1bb385d41747f50be7dd4f3625539c1 (diff)
Debug, debug and even more debugging!
Diffstat (limited to 'src/kernel/fs/ata_pio.c')
-rw-r--r--src/kernel/fs/ata_pio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/kernel/fs/ata_pio.c b/src/kernel/fs/ata_pio.c
index 78cf7ac..f7b78cc 100644
--- a/src/kernel/fs/ata_pio.c
+++ b/src/kernel/fs/ata_pio.c
@@ -18,9 +18,6 @@ struct ata_interface *new_ata(uint8_t master, uint16_t port_base)
ret->command_port = port_base + 0x7;
ret->control_port = port_base + 0x206;
- // isr_ignore(0x2E);
- // isr_ignore(0x2F);
-
return ret;
}