X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FStorage%2FAHCI%2Fahci.h;h=81b6059e3dc17a799d69f79a77df7483e7fe250e;hb=c00f6ece0ff9a1ad2d07691122070d52d4397d78;hp=7052b3d8a0ca239d4d66a7f54fde5d6a4df3557c;hpb=8524f8d12470679940f88a9fc50770f132acd658;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Storage/AHCI/ahci.h b/KernelLand/Modules/Storage/AHCI/ahci.h index 7052b3d8..81b6059e 100644 --- a/KernelLand/Modules/Storage/AHCI/ahci.h +++ b/KernelLand/Modules/Storage/AHCI/ahci.h @@ -20,6 +20,8 @@ typedef struct sAHCI_Port tAHCI_Port; struct sAHCI_Ctrlr { + int ID; // Controller ID + int IRQ; tPAddr PMemBase; tAHCI_MemSpace *MMIO; @@ -53,6 +55,7 @@ struct sAHCI_Port bool bATAPI; void *LVMHandle; + Uint64 SectorCount; }; #endif