Changeset 100415 in vbox
- Timestamp:
- Jul 6, 2023 2:17:28 PM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 158155
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevFdc.cpp
r98103 r100415 2843 2843 fdrive_t *drv; 2844 2844 int rc; 2845 LogFlow ((" ideDetach: iLUN=%u\n", iLUN));2845 LogFlow (("fdcAttach: iLUN=%u\n", iLUN)); 2846 2846 2847 2847 AssertMsgReturn(fFlags & PDM_TACH_FLAGS_NOT_HOT_PLUG, … … 2889 2889 RT_NOREF(fFlags); 2890 2890 fdctrl_t *pThis = PDMDEVINS_2_DATA(pDevIns, fdctrl_t *); 2891 LogFlow ((" ideDetach: iLUN=%u\n", iLUN));2891 LogFlow (("fdcDetach: iLUN=%u\n", iLUN)); 2892 2892 2893 2893 switch (iLUN) … … 3083 3083 } 3084 3084 else 3085 AssertMsgFailedReturn(("Memory mapped floppy not support by now\n"), VERR_NOT_SUPPORTED);3085 AssertMsgFailedReturn(("Memory mapped floppy not supported\n"), VERR_NOT_SUPPORTED); 3086 3086 3087 3087 /*
Note:
See TracChangeset
for help on using the changeset viewer.