Changeset 200 for trunk/src/os2ahci/trace.c
- Timestamp:
- Mar 27, 2019, 3:12:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/trace.c
r198 r200 38 38 ai->bios_config[HOST_VERSION / sizeof(u32)]); 39 39 40 for (p = 0; p < ai->hw_ports; p++)40 for (p = 0; p <= ai->port_max; p++) 41 41 { 42 42 P_INFO *pi = &ai->ports[p];
Note:
See TracChangeset
for help on using the changeset viewer.