From 96e6af0604ec9c279b386621dbe240665da2b11f Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 5 Apr 2018 16:48:15 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@348 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c --- src/driver/AHCI.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/driver/AHCI.pas b/src/driver/AHCI.pas index 8d775808..a9104df2 100644 --- a/src/driver/AHCI.pas +++ b/src/driver/AHCI.pas @@ -249,6 +249,7 @@ begin ahciController := ptr; hba := THBAptr(PPCI_Device(ahciController)^.address5); new_page_at_address(uint32(hba)); + AHCI_BASE := PPCI_Device(ahciController)^.address5; check_ports(); load:= true; exit;