aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs/ata_pio.c
diff options
context:
space:
mode:
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;
}