mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-14 08:36:31 +00:00
Remove debug known-good vals from check in AHCIPortIdentify.
This commit is contained in:
parent
0cbbe5a74b
commit
1145ab3b9b
1 changed files with 1 additions and 6 deletions
|
@ -588,12 +588,7 @@ U0 AHCIPortIdentify(CBlkDev *bd)
|
||||||
if (sys_boot_src.u16[0] == BOOT_SRC_DVD)
|
if (sys_boot_src.u16[0] == BOOT_SRC_DVD)
|
||||||
{
|
{
|
||||||
"AHCI: DEBUG: AHCIPortIdentify variable check 1\n";
|
"AHCI: DEBUG: AHCIPortIdentify variable check 1\n";
|
||||||
"___________\n";
|
|
||||||
"cmd_header->desc: 0x%016X\n", cmd_header->desc;
|
|
||||||
"port->cmd_issue: 0x%016X\n", port->cmd_issue;
|
|
||||||
"port->device_sleep: 0x%016X\n", port->device_sleep;
|
"port->device_sleep: 0x%016X\n", port->device_sleep;
|
||||||
"port->fis_switch_ctrl: 0x%016X\n", port->fis_switch_ctrl;
|
|
||||||
"___________\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
port->interrupt_status = port->interrupt_status; //TODO: Why?
|
port->interrupt_status = port->interrupt_status; //TODO: Why?
|
||||||
|
|
Loading…
Reference in a new issue