summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/AMD64/Storage/PIO.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/HALKit/AMD64/Storage/PIO.cc')
-rw-r--r--dev/Kernel/HALKit/AMD64/Storage/PIO.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/HALKit/AMD64/Storage/PIO.cc b/dev/Kernel/HALKit/AMD64/Storage/PIO.cc
index 4965b932..0b19b373 100644
--- a/dev/Kernel/HALKit/AMD64/Storage/PIO.cc
+++ b/dev/Kernel/HALKit/AMD64/Storage/PIO.cc
@@ -90,7 +90,7 @@ ATAInit_Retry:
rt_out8(OutBus + ATA_REG_COMMAND, ATA_CMD_IDENTIFY);
drv_std_wait_io(IO);
-
+
/// fetch serial info
/// model, speed, number of sectors...
@@ -98,7 +98,7 @@ ATAInit_Retry:
{
kATAData[i] = Kernel::HAL::rt_in16(OutBus + ATA_REG_DATA);
}
-
+
for (Kernel::Int32 i = 0; i < 20; i++)
{
kCurrentDiskModel[i * 2] = kATAData[27 + i] >> 8;