Change AHCIPortIdentify port cmd_issue set to debug approach with or-equals.

This commit is contained in:
TomAwezome 2022-10-06 18:19:51 -04:00
parent 7c6f6117d2
commit 0d517f15bb

View file

@ -633,7 +633,9 @@ U0 AHCIPortIdentify(CBlkDev *bd)
//Wait on previous command to complete.
AHCIPortWait(bd->port_num, tS + 2);
Bts(&port->cmd_issue, cmd_slot); //Issue the command.
// Bts(&port->cmd_issue, cmd_slot); //Issue the command.
port->cmd_issue |= 1 << cmd_slot; //issue the command with |= for debug sake
if (sys_boot_src.u16[0] == BOOT_SRC_DVD)
{
"AHCI: DEBUG: AHCIPortIdentify variable check 2\n";