From 0bfa418d566c7d04ee3ad4080a454c2114c5c365 Mon Sep 17 00:00:00 2001
From: aaron <aaron@6dbc8c32-bb84-406f-8558-d1cf31a0ab0c>
Date: Fri, 19 May 2017 22:13:09 +0000
Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@123
 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

---
 src/drivers/AHCI.pas | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/drivers/AHCI.pas b/src/drivers/AHCI.pas
index 198ac2f1..4a7591af 100644
--- a/src/drivers/AHCI.pas
+++ b/src/drivers/AHCI.pas
@@ -32,29 +32,21 @@
             coc          : boolean;
             command      : uint8;
             feature_low  : uint8;
- 
-            // 
             lba0         : uint8;
             lba1         : uint8;
             lba2         : uint8;
             device       : uint8;
- 
             lba3         : uint8;
             lba4         : uint8;
             lba5         : uint8;
             feature_high : uint8;
- 
             count_low    : uint8;
             count_high   : uint8;
             icc          : uint8;
             control      : uint8;
- 
             rsvl         : uint32;
-
         end; 
 
-        end;
-
     var
 
     implementation