Changeset 40322 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 2, 2012 1:27:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r40157 r40322 1307 1307 static const PortConfig kLptKnownPorts[] = 1308 1308 { 1309 { "LPT1", 7, 0x3 BC},1310 { "LPT2", 5, 0x 378 },1311 { "LPT 3", 5, 0x278},1309 { "LPT1", 7, 0x378 }, 1310 { "LPT2", 5, 0x278 }, 1311 { "LPT1", 2, 0x3BC }, 1312 1312 /* must not contain an element with IRQ=0 and IOBase=0 used to cause 1313 1313 * toLPTPortName() to return the "User-defined" string for these values. */
Note:
See TracChangeset
for help on using the changeset viewer.