[denali] Relocate AHCI structures to memory we control
This commit is contained in:
parent
1412c5b73e
commit
a8db218204
4 changed files with 29 additions and 26 deletions
|
|
@ -96,7 +96,7 @@ struct CommandTable {
|
|||
uint8_t command_fis[64];
|
||||
uint8_t atapi_command[16];
|
||||
uint8_t reserved[48];
|
||||
PhysicalRegionDescriptor prdt[65535];
|
||||
PhysicalRegionDescriptor prdt[8];
|
||||
} __attribute__((packed));
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue