Changeset 174 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Nov 10, 2013, 4:56:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r171 r174 1072 1072 if (ad_info->ports[p].devs[d].present) { 1073 1073 if (ad_info->ports[p].devs[d].atapi && emulate_scsi[dta][p]) { 1074 /* onlyreport this unit as SCSI unit */1074 /* report this unit as SCSI unit */ 1075 1075 scsi_units++; 1076 continue;1076 //continue; 1077 1077 } 1078 1078 if (add_unit_info(iorb_conf, dta, dta, p, d, 0)) { … … 1101 1101 for (p = 0; p <= ad_info->port_max; p++) { 1102 1102 for (d = 0; d <= ad_info->ports[p].dev_max; d++) { 1103 if (ad_info->ports[p].devs[d].present && 1104 ad_info->ports[p].devs[d].atapi && 1105 emulate_scsi[a][p]) { 1103 if (ad_info->ports[p].devs[d].present && ad_info->ports[p].devs[d].atapi && emulate_scsi[a][p]) { 1106 1104 if (add_unit_info(iorb_conf, dta, a, p, d, scsi_id++)) { 1107 1105 goto iocm_device_table_done; … … 1446 1444 * separate function which is invoked via a context hook. 1447 1445 */ 1448 void _cdecl _far timeout_callback(ULONG timer_handle, ULONG p1, 1449 ULONG p2) 1446 void _cdecl _far timeout_callback(ULONG timer_handle, ULONG p1, ULONG p2) 1450 1447 { 1451 1448 IORBH _far *iorb = (IORBH _far *) p1; … … 1502 1499 * problems during the early boot phase. 1503 1500 */ 1504 void _cdecl _far reset_watchdog(ULONG timer_handle, ULONG p1, 1505 ULONG p2) 1501 void _cdecl _far reset_watchdog(ULONG timer_handle, ULONG p1, ULONG p2) 1506 1502 { 1507 1503 /* reset watchdog timer */
Note:
See TracChangeset
for help on using the changeset viewer.