Changeset 40282 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- Feb 28, 2012 9:02:40 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76511
- Location:
- trunk/src/VBox/Devices/Serial
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvChar.cpp
r37114 r40282 428 428 PDM_DRVREG_CLASS_CHAR, 429 429 /* cMaxInstances */ 430 ~0 ,430 ~0U, 431 431 /* cbInstance */ 432 432 sizeof(DRVCHAR), -
trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp
r37597 r40282 1315 1315 PDM_DRVREG_CLASS_CHAR, 1316 1316 /* cMaxInstances */ 1317 ~0 ,1317 ~0U, 1318 1318 /* cbInstance */ 1319 1319 sizeof(DRVHOSTSERIAL), -
trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp
r39855 r40282 679 679 PDM_DRVREG_CLASS_STREAM, 680 680 /* cMaxInstances */ 681 ~0 ,681 ~0U, 682 682 /* cbInstance */ 683 683 sizeof(DRVNAMEDPIPE), -
trunk/src/VBox/Devices/Serial/DrvRawFile.cpp
r39855 r40282 212 212 PDM_DRVREG_CLASS_STREAM, 213 213 /* cMaxInstances */ 214 ~0 ,214 ~0U, 215 215 /* cbInstance */ 216 216 sizeof(DRVRAWFILE),
Note:
See TracChangeset
for help on using the changeset viewer.