Changeset 566 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 2, 2007 5:10:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r564 r566 79 79 /* Enable to handle frequent io reads in the guest context */ 80 80 #define PCNET_GC_ENABLED 81 82 /* Enable to send multiple packets with one system call */ 83 /* #define PCNET_SEND_MULTIPLE_PACKETS */ 84 85 /* Enable to delay setting the TX interrupt until packets have been sent. */ 86 /** @note currently not technically correct (own bit) */ 87 /* #define PCNET_DELAY_INT */ 81 88 82 89 #ifdef __GNUC__
Note:
See TracChangeset
for help on using the changeset viewer.