Changeset 7377 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Mar 7, 2008 4:12:35 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28803
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r7376 r7377 5 5 6 6 /* 7 * Copyright (C) 2006-200 7innotek GmbH7 * Copyright (C) 2006-2008 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 68 68 /* #define PCNET_NO_POLLING */ 69 69 70 /* Enable to handle frequent io reads in the guest context */70 /* Enable to handle frequent io reads in the guest context (recommended) */ 71 71 #define PCNET_GC_ENABLED 72 72 … … 96 96 #define PCNET_MAX_LINKDOWN_REPORTED 3 97 97 98 /* Maximum frame size we handle */ 98 99 #define MAX_FRAME 1536 99 100
Note:
See TracChangeset
for help on using the changeset viewer.