From 0991dff6ccdd79d56062f56895181686021a2cde Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Mon, 10 Mar 2014 00:14:09 +0000 Subject: [PATCH] Fix for prev.rev. git-svn-id: svn://kolibrios.org@4625 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/detect/init_ata.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/trunk/detect/init_ata.inc b/kernel/trunk/detect/init_ata.inc index 38556c3339..0046b9e3b3 100644 --- a/kernel/trunk/detect/init_ata.inc +++ b/kernel/trunk/detect/init_ata.inc @@ -135,13 +135,13 @@ ;----------------------------------------------------------------------------- mov esi, boot_detecthdcd call boot_log -include 'detect/dev_hdcd.inc' +include 'dev_hdcd.inc' mov esi, boot_getcache call boot_log -include 'detect/getcache.inc' +include 'getcache.inc' mov esi, boot_detectpart call boot_log -include 'detect/sear_par.inc' +include 'sear_par.inc' ;----------------------------------------------------------------------------- mov dx, [IDEContrRegsBaseAddr] ; test whether it is our interrupt?