Add debug AHCIPortIdentify PxCMD.ICC set to 1.

This commit is contained in:
TomAwezome 2022-10-06 18:18:13 -04:00
parent 1145ab3b9b
commit f813da6107

View file

@ -593,6 +593,8 @@ U0 AHCIPortIdentify(CBlkDev *bd)
port->interrupt_status = port->interrupt_status; //TODO: Why?
port->command |= 1 << 28; // set ICC to 1 (try cause HBA to transition Port to Active state)
//Using the code heap for this alloc to stay under 32-bit address space.
dev_id_record = CAlloc(512, sys_task->code_heap);