Skip to content

Commit 94d2c49

Browse files
committed
hdd_mPCIe_log_analyze: point to file where analyzed code comes from
1 parent 864cc63 commit 94d2c49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/debug/hdd_mPCIe_log_analyze.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,10 @@ mPCIe2 case you can not fully load into OS: it reboots after: `tsc unst`
285285
not print returned value). This `else` does not matter since it is not
286286
executing in this case.
287287

288+
This is done in file
289+
[seabios/src/hw/ahci.c](https://github.com/pcengines/seabios/blob/apu2-support/src/hw/ahci.c),
290+
function `ahci_port_setup` that starts with line 421.
291+
288292
```
289293
rc = ahci_command(port, 1, 0, 0, 0);
290294
@@ -294,7 +298,7 @@ mPCIe2 case you can not fully load into OS: it reboots after: `tsc unst`
294298
dprintf(1, "AHCI/%d: Set transfer mode failed.\n", port->pnr);
295299
}
296300
}
297-
else
301+
else
298302
{
299303
// found cdrom (atapi)
300304
port->drive.type = DTYPE_AHCI_ATAPI;

0 commit comments

Comments
 (0)