Changeset 190 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Jul 17, 2017, 4:31:51 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r186 r190 1103 1103 1104 1104 pPtr->AdapterDevBus = AI_DEVBUS_ST506 | AI_DEVBUS_32BIT; 1105 s printf(pPtr->AdapterName, "AHCI_%d", dta);1105 snprintf(pPtr->AdapterName, sizeof(pPtr->AdapterName), "AHCI_%d", dta); 1106 1106 1107 1107 if (!ad_info->port_scan_done) … … 1162 1162 /* set adapter name and bus type to mimic a SCSI controller */ 1163 1163 pPtr->AdapterDevBus = AI_DEVBUS_SCSI_2 | AI_DEVBUS_16BIT; 1164 s printf(pPtr->AdapterName, "AHCI_SCSI_0");1164 snprintf(pPtr->AdapterName, sizeof(pPtr->AdapterName), "AHCI_SCSI_0"); 1165 1165 1166 1166 /* add all ATAPI units to be emulated by this virtual adaper */
Note:
See TracChangeset
for help on using the changeset viewer.